Skip to content

Commit

Permalink
Merge pull request #205 from spacetelescope/bugfix/join_thread_av_cam
Browse files Browse the repository at this point in the history
Join temperature thread in AV cam service
  • Loading branch information
ivalaginja authored May 23, 2024
2 parents 6c8900a + 2ff642b commit b41fc05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def close(self):
This function is called when the service is closed.
It stops the acquisition loop and cleans up the camera and data streams.
'''
self.temperature_thread.join()
self.cam = None

def acquisition_loop(self):
Expand Down

0 comments on commit b41fc05

Please sign in to comment.