TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

getLastPong() #1413

Closed devzakariyainyad closed 3 months ago

devzakariyainyad commented 4 months ago

Describe what you would like to know or do i want to know the websocketclient status ( is connected) immediatly,

Describe the solution you'd considered i need to get the getLastPong()

Additional context well any other solution to know the status before send message will be great

devzakariyainyad commented 4 months ago

isOPen() give me true however the client is disconnected ( wifi lost )