TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

While multiple send, download is blocked #239

Open james04gr opened 2 years ago

james04gr commented 2 years ago

I want to ask a question. I am using your library in my chat application. In order to upload a file i break the file in many parts and send them inside a ForLoop. I have noticed that, while i am send the parts i dont get any message from server. So i wanted to ask you, is there a queue of the incoming messages internally or thats the way sockets work?