This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Description
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.