pyropy / fastapi-socketio

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

@sio.on decorator not working. #33

Open shellking4 opened 1 year ago

shellking4 commented 1 year ago

The @sio.on decorator is not working for me. What am I doing wrong ?

kalmastenitin commented 1 year ago

here import is not working as suggested in documentation. try running from same file from SocketManager instance

kalmastenitin commented 1 year ago

see that there is not circular import issue in your app. it should work