socketconsole icon indicating copy to clipboard operation
socketconsole copied to clipboard

Socket should be set to blocking

Open gsakkis opened this issue 13 years ago • 0 comments

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.

gsakkis avatar Sep 23 '12 13:09 gsakkis