def _force_disconnect():
while True:
try:
await asyncio.sleep(random.randrange(24, 64))
print('test > Force disconnect')
await client.ws.close()
except Exception as ex:
print("Exception at exit: {}".format(ex), sys.__stderr__)
ws_client_ single_callback_L0.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录