lrosch

Results 1 issues of lrosch

I'm currently trying to work this module into my Server. I tried to test it via `if __name__ == "__main__": app = FastAPI() socket_manager = SocketManager(app=app) uvicorn.run(app, host="localhost", port=40000) @app.sio.on('join')...