materials icon indicating copy to clipboard operation
materials copied to clipboard

BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately

Open scottnortman opened this issue 4 years ago • 0 comments

When running the example multiconn-client and multiconn-server I get an error:

D:\git\PythonSocketProgramming\PythonSocketProgramming>python multiconn-client.py '127.0.0.1' 65432 1 starting connection 1 to ('127.0.0.1', 65432) Traceback (most recent call last): File "multiconn-client.py", line 60, in start_connections( host, int(port), int(num_cons) ) File "multiconn-client.py", line 21, in start_connections sock.connect( server_addr ) BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately

scottnortman avatar May 21 '20 03:05 scottnortman