EventHandler
is not properly restarted after a watcher disconnection
#630
Labels
kind/bug
Categorizes issue or PR as related to a bug.
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.
The text was updated successfully, but these errors were encountered: