mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
Remove unnecessary RPC boxing (#11434)
This commit is contained in:
@@ -210,10 +210,8 @@ where
|
||||
};
|
||||
|
||||
sink.pipe_from_stream(stream).await;
|
||||
}
|
||||
.boxed();
|
||||
};
|
||||
|
||||
self.executor
|
||||
.spawn("substrate-rpc-subscription", Some("rpc"), fut.map(drop).boxed());
|
||||
self.executor.spawn("substrate-rpc-subscription", Some("rpc"), fut.boxed());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user