IXWebSocket
IXWebSocket copied to clipboard
Multiple clients connection be slow
WebSocketTransport::connectToUrl() function is blocking, so connections from multiple WebSocket clients in parallel will be slow.
I think the library should implement async connect mode.