python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Abnormal port connection requests will cause the websocket-server to report an error

Open yunho opened this issue 3 years ago • 0 comments

sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM); addr = ("127.0.0.1", 9001); sock.connect(addr)

Abnormal port connection requests will cause the websocket-server to report an error

yunho avatar Dec 05 '22 07:12 yunho