You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on the Google Group, there is currently no way of detecting if a write to a WebSocket fails or not. Both Grizzly and Netty return Futures from their write operations that could be exposed in the API to allow the client code to listen for failed writes.