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(api-graphql): trigger WebSocket reconnection on auth errors
When subscriptions receive authentication errors (token expired,
unauthorized, etc.), close the WebSocket connection to force
reconnection with fresh auth tokens. This ensures subscriptions
resume after extended idle periods or device sleep/wake cycles.
Fixes#12954
0 commit comments