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
When an error occurs that leads to watchers being closed, we also close the event handler so that events are not processed anymore. However, when we attempt a reconnection, we don't currently have any means to restart the event handler resulting in events not being processed anymore after a disconnection occurs.