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: complete client websocket future on open (#20587)
* fix: complete client websocket future on open
Completing the websocket future in onOpen event prevents the connection to hang
indefintely when application run on low resources.
Fixes#20586
* apply review suggestions
0 commit comments