client-core: add warning when delay multiplier is larger than 1
This commit is contained in:
@@ -482,6 +482,12 @@ where
|
||||
} else {
|
||||
log::debug!("{status_str}");
|
||||
}
|
||||
if self.sending_delay_controller.current_multiplier() > 1 {
|
||||
log::warn!(
|
||||
"Unable to send packets fast enough - sending delay multiplier set to: {}",
|
||||
self.sending_delay_controller.current_multiplier()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
|
||||
Reference in New Issue
Block a user