materials
materials copied to clipboard
BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately
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