You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I’m understanding the Python sockets docs correctly, a socket with timeout enabled should raise an error. But recv(), at least, just returns an empty byte object on timeout.
The text was updated successfully, but these errors were encountered:
If I’m understanding the Python sockets docs correctly, a socket with timeout enabled should raise an error. But
recv()
, at least, just returns an empty byte object on timeout.The text was updated successfully, but these errors were encountered: