mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
be more careful about fusing in select! (#2052)
This commit is contained in:
committed by
GitHub
parent
b13052de12
commit
709f990fb2
@@ -695,7 +695,7 @@ pub(crate) async fn run(
|
||||
let (relay_parent, validator_id, peer_id) = match res {
|
||||
Some(res) => res,
|
||||
// Will never happen, but better to be safe.
|
||||
None => continue,
|
||||
None => return Ok(()),
|
||||
};
|
||||
|
||||
let _timer = state.metrics.time_handle_connection_request();
|
||||
|
||||
Reference in New Issue
Block a user