deadlock comment

This commit is contained in:
Théo Monnom
2022-12-20 23:16:49 +01:00
parent 1ed925dd38
commit e3905d56b5
2 changed files with 4 additions and 4 deletions
@@ -66,15 +66,12 @@ pub enum EngineEvent {
rtp_receiver: RtpReceiver,
streams: Vec<MediaStream>,
},
Connected,
Resuming,
Resumed,
SignalResumed,
Restarting,
Restarted,
}
//
// TODO(theomonnom): Smarter retry intervals
pub(crate) const RECONNECT_ATTEMPTS: u32 = 10;
pub(crate) const RECONNECT_INTERVAL: Duration = Duration::from_millis(300);