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
Is it normal to see a lot of zombie (?) connections (status 101, but messages not coming through) in chrome inspector?
I expect ws connection to close on unmount, but after unmount ws connection persist (I can see it in chrome inspector in status 101). It seems that all those connections with status 101 are not really connected as messages wouldn't come through.
I'm confused because if I'll try to create ws connection through browser api and close it, then I see connection as "finished" in dev tools.
Everything else works as expected.
The text was updated successfully, but these errors were encountered:
serafxxx
changed the title
Having hard time close connection
Having hard time closing connection
Nov 10, 2024
Is it normal to see a lot of zombie (?) connections (status 101, but messages not coming through) in chrome inspector?
I expect ws connection to close on unmount, but after unmount ws connection persist (I can see it in chrome inspector in status 101). It seems that all those connections with status 101 are not really connected as messages wouldn't come through.
I'm confused because if I'll try to create ws connection through browser api and close it, then I see connection as "finished" in dev tools.
Everything else works as expected.
The text was updated successfully, but these errors were encountered: