TakahikoKawasaki / nv-websocket-client

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

send text timeout and send text failed #156

Open ray86 opened 6 years ago

ray86 commented 6 years ago

Would love to know the timeout before sendText fails to deliver and if there is a callback if a text sent fails to deliver.

TakahikoKawasaki commented 6 years ago

WebSocketListener.onSendError() is called when an error occurred when a frame was tried to be sent to the server.