class MySocketManager: def __init__(self, app: FastAPI) -> None: self._mgr = socketio.AsyncRedisManager(REDIS_TLS_URL) self._sio: AsyncServer = socketio.
確定! 回上一頁