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
Hello gus. I'm trying to check connection state to Scatter in realtime.
When I close Scatter socket connection still active. And when I'm trying to connect to Scatter again (without page refresh): actual result:connect(APP_NAME) connects to current socket connection expected result: socket connection should be closed
So, the latest version of @scatterjs/core fixed that, but I'm still not sure that an observable on the isConnected will work. The underlying socket service is an object class which is torn down and re-constructed when re-connecting, so it might be trying to observe the old object, and then also keeping it registered in memory since it has linked references.
Hello gus. I'm trying to check connection state to Scatter in realtime.
When I close Scatter socket connection still active. And when I'm trying to connect to Scatter again (without page refresh):
actual result:
connect(APP_NAME)
connects to current socket connectionexpected result: socket connection should be closed
This is my code:
The text was updated successfully, but these errors were encountered: