Replies: 2 comments 1 reply
-
Added miguelgrinberg/python-engineio#260 to keep track of the work associated with the first item. |
Beta Was this translation helpful? Give feedback.
0 replies
-
as specified in the Flask-Socketio documentation. do you think that Nginx limiter for proxied http would work for flask socketio location? i've been looking for answer, but couldn't find any regarding flask socketio. |
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
-
I have few questions regarding Flask Socketio
Is there a way to set max message size sent using websocket and drop messages that doesn't exceed the max size. to prevent malicious attacks on my server.
can you please explain what is the max_decode_packets which is set to default of 16? how does this affect users or server?
does Flask Socket io has some protection against Dos attacks? for Example a user who decides to spam the server with infinite websocket connections ( authorization not needed).
Thanks you!
Beta Was this translation helpful? Give feedback.
All reactions