-
Notifications
You must be signed in to change notification settings - Fork 992
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
CommandHandler notifications called out of order #315
Labels
type: bug
A general bug
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Jul 24, 2016
Discard out-of-order events for disconnected/reconnected connections if inactive/unregister events arrive after register/active events of a reconnect. Allocate temporary buffer upon channel-handler initialization and do not remove the buffer until the channel is closed.
mp911de
added a commit
that referenced
this issue
Jul 24, 2016
Discard out-of-order events for disconnected/reconnected connections if inactive/unregister events arrive after register/active events of a reconnect. Allocate temporary buffer upon channel-handler initialization and do not remove the buffer until the channel is closed.
mp911de
added a commit
that referenced
this issue
Jul 24, 2016
Discard out-of-order events for disconnected/reconnected connections if inactive/unregister events arrive after register/active events of a reconnect. Allocate temporary buffer upon channel-handler initialization and do not remove the buffer until the channel is closed.
mp911de
added a commit
that referenced
this issue
Jul 24, 2016
Discard out-of-order events for disconnected/reconnected connections if inactive/unregister events arrive after register/active events of a reconnect. Allocate temporary buffer upon channel-handler initialization and do not remove the buffer until the channel is closed.
Fixed. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases, event notifications for reconnection
CommandHandler
are called out-of-order.Adding a command handler id makes visible what's going on:
The text was updated successfully, but these errors were encountered: