Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
scottnortman opened this issue May 21, 2020 · 0 comments

Comments

@scottnortman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant