WebSocket-for-Python
WebSocket-for-Python copied to clipboard
threadedclient is actually blocking
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 :)