You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure it does not influence the auto-read status of the channel.
Also restore default value of auto-read for channel when such handler
is removed.
This change is needed to avoid removing a handler that has just
disabled auto-read. This is possible when handler receives a RECORD
that causes it to disable auto-read and then receives a SUCCESS
message, which causes it to be dequeued with auto-read being disabled.
0 commit comments