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
Handle PROTOCOL_CANCELLED (state 3) in _dispatch_result.
Prior to this patch the state machine did not handle results arriving
after cancellation. This add explicit support for that scenario by
keeping track of the state prior the cancellation
(cancelled_from_state), and using cancelled_from_state when consuming the
results.
The alternative option is just silently dropping the results (similar to
PROTOCOL_TERMINATING).
0 commit comments