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
Runtime exception occurs at: WebSocketImpl.java:321
Line says: frames = draft.translateFrame( socketBuffer );
Probably the draft is null. Adding the catch for the NullPointerException solves the problem.