gusavila92 / java-android-websocket-client

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

how i can check the socket connection is open or not #16

Open bharathikrify opened 5 years ago

cepero91 commented 4 years ago

same question

naruto2302 commented 3 years ago

this client doesn't support any property to check "readyState" of connection. you should implement a "readyState" by your own. or search for other library

gusavila92 commented 2 years ago

this will be a future enhancement