mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
fix delay in message_lane_loop_is_able_to_recover_from_connection_errors (#850)
This commit is contained in:
committed by
Bastian Köcher
parent
bc50fa6616
commit
b6d034afaf
@@ -221,6 +221,7 @@ pub async fn run<P: MessageLane>(
|
||||
) -> Result<(), String> {
|
||||
let exit_signal = exit_signal.shared();
|
||||
relay_utils::relay_loop(source_client, target_client)
|
||||
.reconnect_delay(params.reconnect_delay)
|
||||
.with_metrics(format!(
|
||||
"{}_to_{}_MessageLane_{}",
|
||||
P::SOURCE_NAME,
|
||||
|
||||
Reference in New Issue
Block a user