通过Python连接到Websocket服务器时如何停止ws.send打印“ send:..”

时间:2019-05-03 10:31:54

标签: python-3.x websocket

我正在使用ws = websocket.WebSocketApp()ws.send()使用Python websocket客户端库连接到Websocket,并且每次将任何内容发送到服务器send:时,都会使用一些字节码

如何停止对正在发送的消息的确认?

0 个答案:

没有答案