mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
sc-network: update some dependencies (#7582)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -715,7 +715,7 @@ impl ProtocolsHandler for NotifsHandler {
|
||||
},
|
||||
|
||||
NotifsHandlerIn::Close => {
|
||||
for mut substream in self.legacy_substreams.drain() {
|
||||
for mut substream in self.legacy_substreams.drain(..) {
|
||||
substream.shutdown();
|
||||
self.legacy_shutdown.push(substream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user