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 AsyncServer constructor.
The current SocketManager constructor passes a fixed set of arguments when it initializes the _sio instance.
Perhaps an optional dict argument, socketio_server_args could be passed down into the AsyncServer constructor, as kwargs.
I'll try to work up a PR for this soon.
The text was updated successfully, but these errors were encountered:
inactivist
changed the title
Add kwargs pass-through to socketio.AsyncServer constructor
SocketManager: Add optional argument pass-through to socketio.AsyncServer constructor
Dec 24, 2020
There are times when it may be necessary to be able to pass optional arguments to the
AsyncServer
constructor.The current
SocketManager
constructor passes a fixed set of arguments when it initializes the_sio
instance.Perhaps an optional dict argument,
socketio_server_args
could be passed down into theAsyncServer
constructor, as kwargs.I'll try to work up a PR for this soon.
The text was updated successfully, but these errors were encountered: