pyropy / fastapi-socketio

Easily integrate socket.io with your FastAPI app 🚀
Apache License 2.0
328 stars 31 forks source link

Add **kwargs to SocketManager #30

Closed adamlwgriffiths closed 2 years ago

adamlwgriffiths commented 2 years ago

Adds **kwargs to SocketManager constructor. These are simply passed to socketio.AsyncServer, as it supports a number of options not supported by SocketManager.

This would also remove the need for issue #10 and its associated PR #29.

pyropy commented 2 years ago

Thank you for your contributions 🙏🏻