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
When messages are sent from the server to clients via websockets, the last websocket continuation frame contains no payload, but has the final bit set. This seems unnecessary, since it could have been set on the last frame with an actual payload.