Skip to content

Commit

Permalink
no longer hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
klay2000 committed Aug 23, 2024
1 parent 973799d commit 05f6391
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions amplipi/streams/base_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ def _stop_info_watcher(self):

if self._watch_metadata:
if self._observer:
# TODO: why does this hang????
# self._observer.stop()
# self._observer.join()
self._observer.stop()
self._observer.join()
self._observer = None
self._fs_event_handler = None

Expand Down

0 comments on commit 05f6391

Please sign in to comment.