Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: events that fail to send are queued and sent at the very end of the stream #3

Open
bfla opened this issue Oct 25, 2021 · 0 comments
Labels
bug Something isn't working reliability Undermines reliability of the product

Comments

@bfla
Copy link
Contributor

bfla commented Oct 25, 2021

In this example, the NEW_STREAM message is supposed to be sent first. But it tries to send before the connection is opened so it fails. As a result, it gets tacked onto the end of the stream instead of preserving the order:

Screen Shot 2021-10-25 at 11 00 30 AM

@bfla bfla added bug Something isn't working reliability Undermines reliability of the product labels Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reliability Undermines reliability of the product
Projects
None yet
Development

No branches or pull requests

1 participant