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
feat: implement WebSocket client cache eviction on error
- Evict the cached WebSocket client when a WebSocket error occurs, ensuring that subsequent subscriptions create a fresh client.
- Add tests to verify the behavior of client cache eviction upon WebSocket errors, confirming that the client is recreated as expected.
This change enhances the reliability of WebSocket subscriptions by preventing stale connections.
0 commit comments