Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there anyway to get WsOpcode in OnWsReceived? #298

Open
lifeengines opened this issue Apr 27, 2024 · 0 comments
Open

Is there anyway to get WsOpcode in OnWsReceived? #298

lifeengines opened this issue Apr 27, 2024 · 0 comments

Comments

@lifeengines
Copy link

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant