gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 40 forks source link

Client sending messages multiple times. #8

Closed hiteshpratyushv closed 6 years ago

hiteshpratyushv commented 6 years ago

I am connecting to a server which is running on an ESP32. I am able to connect and disconnect but when I am trying to send message. It infinitely sends that message. Can someone tell me what is happening ?