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

Match socket timeout behavior with cpython #144

Closed
us3r64 opened this issue Feb 5, 2024 · 0 comments · Fixed by #143
Closed

Match socket timeout behavior with cpython #144

us3r64 opened this issue Feb 5, 2024 · 0 comments · Fixed by #143

Comments

@us3r64
Copy link
Contributor

us3r64 commented Feb 5, 2024

Timeout on the socket behavior based on timeout value:

None: blocking
0: non-blocking
greater than 0: check for timeout

That is on pair with https://docs.python.org/3/library/socket.html#socket.socket.settimeout

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