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
Dear maintainers, I noticed that in the WebSocketClient.java implementation, two threads are used to handle the reading and writing separately. When connecting to multiple WebSocket servers, this ends up using a lot of threads. So, I was wondering if you have any plans to look into re-implementing the client with non-blocking I/O in the future? Thanks!