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 fragmenter of websocket frames #150

Merged
merged 3 commits into from
Mar 16, 2020

Conversation

MichalChomo
Copy link
Contributor

I haven't found a way to fragment outbound websocket frames according to a configured limit, so I added a fragmenter that does this. It uses maxWebSocketFrameSize config property.

Copy link
Member

@jfarcand jfarcand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks promising! Thanks for that! Just fix minor issue and I will merge/release

@MichalChomo
Copy link
Contributor Author

@jfarcand Thanks for a quick feedback. I committed the requested changes.

@jfarcand jfarcand merged commit bb238e3 into Atmosphere:master Mar 16, 2020
@jfarcand
Copy link
Member

3.2.0 has been released. Thanks and bring more patches like that anytime!

@jfarcand jfarcand added the 3.2.0 label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants