Skip to content

Commit

Permalink
ignore error here
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Jan 16, 2025
1 parent 08f5f5c commit 0aad6d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions livekit/src/rtc_engine/rtc_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,7 @@ impl SessionInner {
EngineError::Internal(format!("failed to send data packet: {:?}", err).into())
});

if let Err(_) = tx.send(result) {
log::error!("failed to send publish_data result");
}
let _ = tx.send(result);
}
}

Expand Down

0 comments on commit 0aad6d1

Please sign in to comment.