mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 11:01:08 +00:00
Add some logging if the timeouts stream ends (#414)
This commit is contained in:
@@ -546,6 +546,10 @@ fn init_thread(
|
|||||||
}, timer_token);
|
}, timer_token);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
.then(|val| {
|
||||||
|
warn!(target: "sub-libp2p", "Timeouts stream closed unexpectedly: {:?}", val);
|
||||||
|
val
|
||||||
});
|
});
|
||||||
|
|
||||||
// Start the process of periodically discovering nodes to connect to.
|
// Start the process of periodically discovering nodes to connect to.
|
||||||
|
|||||||
Reference in New Issue
Block a user