You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the Socket.IO protocol does not provide any grouping mechanism for multiple events in the WebSocket transport. Interestingly it does when using long-polling over HTTP.
So yes, this should be implemented at the application layer.
I have a problem that I'm sending too many messages to the client, that the client can't handle that amount.
I was wondering if there is a flushing mechanism that I can you to send multiple messages in one WebSocket event, or should I implement it
The text was updated successfully, but these errors were encountered: