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 write bug #65

Merged
merged 2 commits into from
Dec 3, 2018
Merged

Fix write bug #65

merged 2 commits into from
Dec 3, 2018

Conversation

lwahlmeier
Copy link
Member

@jentfoo found a small bug in tcp client .canWrite(). Basically there are race conditions where if a larger BB is written, and the first time we write to the socket we do not write the whole buffer we might not add the tcpClient back into the needsWrite poll, and wont ever try to write with it again until we get another .write()

@jentfoo jentfoo merged commit 3eef773 into master Dec 3, 2018
@jentfoo jentfoo deleted the fixWriteBug branch December 3, 2018 15:40
@jentfoo
Copy link
Member

jentfoo commented Dec 3, 2018

Releasing as 4.9 now

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

Successfully merging this pull request may close these issues.

2 participants