Python WebSocket appears to skip every other message

前端 未结 0 986
野的像风
野的像风 2020-12-21 05:39

My Python code is: (SSL Works fine, paths replaced for privacy)

import asyncio
import pathlib
import ssl
import websockets

async def hello(websocket, path):
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题