You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: