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
fix: handle null close code and reason in WebSocketRoute
When a WebSocket connection closes due to page navigation, the driver
may send close events without code, reason, or wasClean fields. This
caused a NullPointerException when accessing these fields directly.
Fixes#1882
0 commit comments