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
currentlly WS_BINARY and WS_TEXT is callback on OnWsReceived ,bug don't pass this type,sometimes,we need known exact opcode type from client.
currentlly code: case WS_BINARY: case WS_TEXT: { // Call the WebSocket received handler _wsHandler.OnWsReceived(WsReceiveFinalBuffer.Data, 0, WsReceiveFinalBuffer.Size); break; }
The text was updated successfully, but these errors were encountered:
currentlly WS_BINARY and WS_TEXT is callback on OnWsReceived ,bug don't pass this type,sometimes,we need known exact opcode type from client.
currentlly code:
case WS_BINARY: case WS_TEXT: { // Call the WebSocket received handler _wsHandler.OnWsReceived(WsReceiveFinalBuffer.Data, 0, WsReceiveFinalBuffer.Size); break; }
The text was updated successfully, but these errors were encountered: