There was an error while loading. Please reload this page.
1 parent d424282 commit 5717a1bCopy full SHA for 5717a1b
1 file changed
flagsmith/streaming_manager.py
@@ -42,6 +42,7 @@ def run(self) -> None:
42
43
except Exception:
44
logger.exception("Error opening or reading from the event stream")
45
+ self._stop_event.wait(1)
46
47
def stop(self) -> None:
48
self._stop_event.set()
0 commit comments