Replies: 1 comment 6 replies
-
No, it's not. The |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Is maxHttpBufferSize actually related to number of clients ?
EG, if I have 1000 clients connected, sending 1 message of 1KB at 1 time.
that would easily exceed 1MB as per defined in maxHttpBufferSize default value.
https://stackoverflow.com/a/12978658/309740
Here, it stated that the buffer is actually related to the message to be sent to the number of clients.
But in socket io documentation, https://socket.io/docs/v4/server-options/
it stated that "how many bytes a single message can be".
That could be confusing. So who is right ?
Beta Was this translation helpful? Give feedback.
All reactions