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 backpressure-related TCPConnection busy-loop bug (issue #2620). #2627

Merged
merged 1 commit into from
Apr 2, 2018

Conversation

slfritchie
Copy link
Contributor

This is a small simplification of the bug fix proposed in the description of bug #2620.

Variations of this bugfix, tested in the Wallaroo source, work well to prevent #2620's busy-looping problem. It's not easy to create a deterministic test case for this, but if reviewers insist, I can try to be creative.

Fixes #2620

@jemc jemc changed the title Fix for bug #2620 Fix backpressure-related TCPConnection busy-loop bug (issue #2620). Apr 2, 2018
@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Apr 2, 2018
@jemc jemc merged commit 54896e8 into ponylang:master Apr 2, 2018
ponylang-main added a commit that referenced this pull request Apr 2, 2018
dipinhora pushed a commit to dipinhora/ponyc that referenced this pull request Jun 5, 2018
Fix backpressure-related TCPConnection busy-loop bug (issue ponylang#2620).
dipinhora pushed a commit to dipinhora/ponyc that referenced this pull request Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TCPConnection._apply_backpressure() problem with _writeable flag?
2 participants