mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 13:45:40 +00:00
Make sure errors get logged (#6451)
instead of silently dropped. Co-authored-by: eskimor <eskimor@no-such-url.com>
This commit is contained in:
@@ -1112,8 +1112,8 @@ where
|
||||
pin_mut!(forward);
|
||||
|
||||
select! {
|
||||
_ = forward => (),
|
||||
_ = overseer_fut => (),
|
||||
() = forward => (),
|
||||
() = overseer_fut => (),
|
||||
complete => (),
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user