XuanO.o?
Results
1
issues of
XuanO.o?
我用gpt生成的代码反复修改测试报错永远是 websockets.exceptions.ConnectionClosedError: no close frame received or sent 目前我的代码是以下 ```python import json import base64 import asyncio import websockets from urllib.parse import quote async def send_heartbeat(websocket): while True: await websocket.send("ping") await...