Skip to content

Commit

Permalink
Adds reference to ticket for future work in this area
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Apr 10, 2024
1 parent 7d38028 commit 1bb7d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lading/src/captures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ impl CaptureManager {
.name("capture-manager".into())
.spawn(move || loop {
if self.shutdown.try_recv() {
// TODO - see SMPTNG-340 for details about more synchronization needed here
info!("shutdown signal received");
return;
}
Expand Down

0 comments on commit 1bb7d3c

Please sign in to comment.