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

Not support handle websocket ping frame #946

Open
johnshendh opened this issue Dec 12, 2023 · 3 comments
Open

Not support handle websocket ping frame #946

johnshendh opened this issue Dec 12, 2023 · 3 comments

Comments

@johnshendh
Copy link

According to RFC6455, websocket supports ping and pong frames, hope to support handle websocket ping frame and replay pong frame.
see

@yujuncai
Copy link

Netty-SocketIO is the EIO protocol , https://socket.io/zh-CN/docs/v4/engine-io-protocol/#protocol
Please take a look at this, it may be helpful to you

@yujuncai
Copy link

If it's helpful to you, please give a mark, ths

@johnshendh
Copy link
Author

Thank you!
We allow terminals that support the socketio protocol to access, but some terminals do not support socketio and use websocket to simulate socketio access. Then use the ping protocol of websocket.

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

2 participants