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
♻️ Tweak connection state change in receiver thread
This pushes `ensure state_logout!` from the receiver's `Thread.start`
down into `#receive_responses`. As a side-effect, this also pulls
the state change inside the receiver thread's exception handling. But
that's fine: it fits better inside `receive_responses`, and
`state_logout!` really should never raise an exception anyway.
0 commit comments