Replies: 1 comment 1 reply
-
There was a guy who had problem with clients having too much backpressure, he reduced the message size by 10x by using binary encoding instead of JSON so there was 10x less data sent and 10x less backpressure and it seemed to solve the problem. Are your message sizes the smallest possible size? How much data sent per second? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using uwebsocket for a server application and I started noticing that slow consuming clients
are noticeable slowing down the server.
Could someone point to best practice for handling back-pressure so that no message is lost
on client side?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions