TakahikoKawasaki / nv-websocket-client

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

Same Mesage received 2x times after each 3 min #197

Open p1mankar opened 4 years ago

p1mankar commented 4 years ago

After connecting to socket it works proper and received single message from server. But after 2 3 min it return same message 2x times instantly for single message hit. please let me know what was the issue