fastapi-socketio icon indicating copy to clipboard operation
fastapi-socketio copied to clipboard

Allow use of default socketio Server

Open TheJedinator opened this issue 3 years ago • 1 comments

It may be desired (as in my case) to not use the AsyncServer, could allow an argument in the constructor to choose which server type to use.

TheJedinator avatar Mar 02 '21 22:03 TheJedinator

If you look at the amount of code in this library, it really amounts to about 4 lines of code. It would be more pragmatic to just modify the file to what you want.

adamlwgriffiths avatar Jun 16 '22 05:06 adamlwgriffiths