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
Motivation:
We always try to release buffered frames when WebSocket gets closed.
But the buffer might be null at this time (no frame was buffered or
they were handled once WebSocket was open).
We currently crash with NPE.
Modification:
Check for null frame buffer when trying to release.
Result:
No more NPE
0 commit comments