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
During a local-initiated close handshake, the following incorrect
behavior was observed:
* `closed` attribute would be `None`
* `send_message()` would be silently ignored (wsproto < 0.2.0) or leak a
`LocalProtocolException` (wsproto >= 0.2.0)
Upon local-initiated close, `closed` will now have the reason, and
`send_message()` will raise `ConnectionClosed`.
Fixes#158.
0 commit comments