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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
The created socket should be explicitly set to blocking (s.setblocking(True)) in case a non-None default timeout (e.g. socket.setdefaulttimeout(30)) is set by the application.