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 incorrect disposable/destroyed epoll resubscribe handling #2744

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

SeanTAllen
Copy link
Member

Neither ASIO_DISPOSABLE or ASIO_DESTROYED events should cause a
read/write resubscription. However, we were allowing this.

Fixes #2684

Neither ASIO_DISPOSABLE or ASIO_DESTROYED events should cause a
read/write resubscription. However, we were allowing this.

Fixes #2684
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Jun 6, 2018
@SeanTAllen SeanTAllen merged commit 8b21f0a into master Jun 6, 2018
@SeanTAllen SeanTAllen deleted the issue-2684 branch June 6, 2018 12:28
ponylang-main added a commit that referenced this pull request Jun 6, 2018
SeanTAllen added a commit that referenced this pull request Jun 12, 2018
 Correctly this time as I messed up the boolean logic in
 8b21f0a.

 Closes #2684

 See for initial incorrect PR

 #2744
mfelsche pushed a commit that referenced this pull request Jun 12, 2018
Correctly this time as I messed up the boolean logic in
 8b21f0a.

 Closes #2684

 See for initial incorrect PR

 #2744
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.

2 participants