Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

io: race condition which overrides SuspendReading #620

Closed
jrudolph opened this issue Oct 21, 2013 · 1 comment
Closed

io: race condition which overrides SuspendReading #620

jrudolph opened this issue Oct 21, 2013 · 1 comment
Labels

Comments

@jrudolph
Copy link
Member

Happens when SuspendReading and ChannelReadable arrive directly one after another. SuspendReading then disables the read-interest but the handler for ChannelReadable instantly restarts reading (and subsequently enables reading again).

@jrudolph
Copy link
Member Author

sirthias added a commit that referenced this issue Oct 22, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant