pyropy / fastapi-socketio

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

Release new version with kwargs parameter support in SocketManager #41

Closed rbeeli closed 1 year ago

rbeeli commented 1 year ago

Would it be possible to create a new release where the following change is included?

https://github.com/pyropy/fastapi-socketio/commit/a531f49b30bad6c72e8ee352b8ffd689a90d8fb2

We need this in order to override the json-parameter in AsyncServer to replace the default Python json module used.

RaenonX commented 1 year ago

Same feature wanted - this would be a great help I can try creating a PR if needed @pyropy

pyropy commented 1 year ago

Hey folks, I've created new release. Thanks for letting me know.