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
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
There are times when it may be necessary to be able to pass optional arguments to the
AsyncServerconstructor.The current
SocketManagerconstructor passes a fixed set of arguments when it initializes the_sioinstance.Perhaps an optional dict argument,
socketio_server_argscould be passed down into theAsyncServerconstructor, as kwargs.I'll try to work up a PR for this soon.