WebSocket-for-Python icon indicating copy to clipboard operation
WebSocket-for-Python copied to clipboard

Non-blocking read option on socket

Open cspencer404 opened this issue 2 years ago • 0 comments

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.

cspencer404 avatar Oct 10 '23 21:10 cspencer404