Harshad Mahadik

Results 1 comments of Harshad Mahadik

I was able to work around this by doing a select before calling do_handshake: ```python readable, writable, errored = select.select([self._sock], [], [], 10) if self._sock in readable: module_logger.debug("socket in readable")...