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

Fix IncomingMessageStream packet processing when paused #904

Merged
merged 2 commits into from
May 26, 2019

Conversation

arthurschreiber
Copy link
Collaborator

The IncomingMessageStream handled the last packet of an incoming message incorrectly, when the stream was paused right before the that message was received. This could cause the tedious connection to become stuck in an undefined state and become unusable for further processing.

Fixes #899.

@arthurschreiber arthurschreiber force-pushed the arthur/fix-pause-resume branch from e7b6164 to 3ba0b21 Compare May 26, 2019 08:11
@arthurschreiber arthurschreiber merged commit 40d816d into master May 26, 2019
@arthurschreiber arthurschreiber deleted the arthur/fix-pause-resume branch May 26, 2019 08:45
@arthurschreiber
Copy link
Collaborator Author

🎉 This PR is included in version 6.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pausing and resuming is causing the stream to remain stuck
1 participant