Skip to content

Commit 08bc3a1

Browse files
committed
no longer hanging
1 parent 30554f2 commit 08bc3a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

amplipi/streams/base_streams.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ def _stop_info_watcher(self):
181181

182182
if self._watch_metadata:
183183
if self._observer:
184-
# TODO: why does this hang????
185-
# self._observer.stop()
186-
# self._observer.join()
184+
self._observer.stop()
185+
self._observer.join()
187186
self._observer = None
188187
self._fs_event_handler = None
189188

0 commit comments

Comments
 (0)