csharmatech

Results 2 issues of csharmatech

Hello, I am using FastAPI with socketIO and using socket emit(Javascript) for sending client button "onclick" event to server which listens to this event and then emits some data after...

After installing and using it, it gives below error. ``` from sanic.websocket import WebSocketProtocol ModuleNotFoundError: No module named 'sanic.websocket' ```