@app.websocket('/ws') async def ws(): while True: data = await websocket.receive() await websocket.send(data). websocket is a global like request and shares ...
確定! 回上一頁