python建立websocket client

最近须要测试同事写的websocket服务端的性能,为了便捷实用python 语言写了一段测试用例,建立300个线程,而且一直发送heartpython from websocket import create_connection import threading import time def fun(arg): try: ws = create_connection
相关文章
相关标签/搜索