Skip to content

Commit

Permalink
Merge pull request #148 from simonsobs/koopman/stop-streams
Browse files Browse the repository at this point in the history
smurf: Try to stop timed out stream starts
  • Loading branch information
BrianJKoopman authored May 6, 2024
2 parents 9241628 + b3420be commit 64bd1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sorunlib/smurf.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def stream(state, tag=None, subtype=None):
except RuntimeError as e:
print(f"Failed to start stream on {smurf}, removing from targets list.")
print(e)
smurf.stream.stop()
clients_to_remove.append(smurf)

else:
Expand Down

0 comments on commit 64bd1ce

Please sign in to comment.