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
Motivation:
The connection could be incorrectly detected as
unexpectedly closed due to a race condition where the exit message was
sent before updating the state to `ST_CLOSING`.
Modifications:
Ensured state update to `ST_CLOSING` happens before
sending the exit message.
Result:
State update to `ST_CLOSING` happens before sending the exit
message, preventing false positive unexpected close detections.
resolves#275
0 commit comments