Skip to content

Commit

Permalink
smurf: Try to stop timed out stream starts
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed May 6, 2024
1 parent 9241628 commit b3420be
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 b3420be

Please sign in to comment.