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

Add support for writing fragmented websocket messages. #2

Closed
sergiu128 opened this issue Jun 16, 2022 · 0 comments
Closed

Add support for writing fragmented websocket messages. #2

sergiu128 opened this issue Jun 16, 2022 · 0 comments

Comments

@sergiu128
Copy link
Collaborator

Looking at AsyncWrite and Write in websocket.go. The caller needs to somehow set the max payload he wants per frame, and the implementation should take care of the appropriate fragmentation.

sergiu128 pushed a commit that referenced this issue Nov 12, 2024
* Add upgrade request/response callbacks

These callbacks are invoked during the handshake just before the
upgrade request is sent and just after the response is received.

* Add websocket rtt example
* Add docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant