标签: python-3.x websocket
我正在使用ws = websocket.WebSocketApp()和ws.send()使用Python websocket客户端库连接到Websocket,并且每次将任何内容发送到服务器send:时,都会使用一些字节码
ws = websocket.WebSocketApp()
ws.send()
websocket
send:
如何停止对正在发送的消息的确认?