socketconsole
socketconsole copied to clipboard
Socket should be set to blocking
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.