oatpp-websocket icon indicating copy to clipboard operation
oatpp-websocket copied to clipboard

oatpp-websocket submodule.

Results 13 oatpp-websocket issues
Sort by recently updated
recently updated
newest added

https://github.com/oatpp/oatpp-websocket/blob/d95c8ee6262d5e8051099018983715ebf4873db5/src/oatpp-websocket/WebSocket.cpp#L202-L219 In the above code, the `m_lastOpcode` member is not updated when processing a frame with `opcode=Frame::OPCODE_CONTINUATION` and `fin=true` , so when processing `Frame::OPCODE_TEXT` for the next frame, `checkForContinuation()` returns...

Hi, how can I redirect an websocket connection ? I would like the user to "log in" using an endpoint and then redirect the connection to my websocket to another...