-
Notifications
You must be signed in to change notification settings - Fork 400
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
The ability to send WebSocket messages in batches #2314
Comments
Will take a look at this. |
One more important thing regarding the example above - the |
/bounty $100 |
💎 $100 bounty created by jdegoes
|
💡 @adamgfraser submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
From version
3.0.0-RC2
, the WebSocket protocol handling API has changed (overall, the change has been very positive).This change resulted in the loss of the ability to send multiple messages and flush them all at once.
In the previous versions (
0.0.4
and0.0.5
), it was possible to optimize sending in this wayIn my use case, this optimization led to even a few percent increase in performance, so my question is: would it be possible to add a feature that somehow enables way for such optimization in next versions?
The text was updated successfully, but these errors were encountered: