Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lightning_app/utilities/proxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def run_once(self):

# 6. Create the state observer thread.
self.state_observer = WorkStateObserver(self.work, delta_queue=self.delta_queue)
self.state_observer.setDaemon(True)

# Set the internal IP address.
# Set this here after the state observer is initialized, since it needs to record it as a change and send
Expand Down