Skip to content

Commit

Permalink
Drop client as soon as we're done with it
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 30, 2024
1 parent 3042631 commit da7a96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/store/re_rrdp_comms/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ async fn stream_recording_async(
.map_err(TonicStatusError)?
.into_inner();

drop(client);

// TODO(jleibs): Does this come from RDP?
let store_id = StoreId::from_string(StoreKind::Recording, recording_id.clone());

Expand Down

0 comments on commit da7a96d

Please sign in to comment.