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
The implementation of the WebSocket framing protocol currently aborts a connection when receiving fragmented frames. Seems like CAF isn't handling continuation frames according to the RFC.
The implementation of the WebSocket framing protocol currently aborts a connection when receiving fragmented frames. Seems like CAF isn't handling continuation frames according to the RFC.