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

threadedclient is actually blocking

Open tito opened this issue 8 years ago • 0 comments

Hi, I just find out that when you call connect(), it's actually a blocking command until the handshake is done. That's not what we expect when using a threaded client :)

tito avatar Jan 11 '17 17:01 tito