TakahikoKawasaki / nv-websocket-client

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

Send a message to server synchronous #212

Open james04gr opened 3 years ago

james04gr commented 3 years ago

In order to implement a pingPong manager to handle the fact that the library does not understand when the server endpoint falls, i want to ask if i can send a message to server and get a synchronous response and not in a callback (or both callback and synchronous)

Moreover, i would like to know if there is another technique to undrestand if the server side end point is still alive Thank you