machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
539 stars 173 forks source link

Multiple clients connection be slow #522

Open faithandbrave opened 2 months ago

faithandbrave commented 2 months ago

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.