Replies: 1 comment
-
Yes. A simple check to the docs would have allowed you to answer your own question: https://python-socketio.readthedocs.io/en/latest/api.html#socketio.Server. |
Beta Was this translation helpful? Give feedback.
0 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.
-
In the node js implementation of socket.io there is an optional parameter to the server called maxHttpBufferSize: https://socket.io/docs/v3/server-initialization/#maxHttpBufferSize
Is this parameter included in this implementation?
Beta Was this translation helpful? Give feedback.
All reactions