WebSocket-for-Python
WebSocket-for-Python copied to clipboard
Non-blocking read option on socket
Created WebSocket.sock_timeout property to be able to use sock.settimeout(self.sock_timeout) for non-blocking reads when a timeout value is provided. When the default value of None is used, the blocking behavior is unchanged.