Merge branch 'main' into next-0.10

This commit is contained in:
Alex Auvolat
2024-03-28 15:01:05 +01:00
12 changed files with 228 additions and 60 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ impl K2VRpcHandler {
.map(|node| {
self.system
.rpc_helper()
.call(&self.endpoint, *node, msg.clone(), rs)
.call(&self.endpoint, *node, msg.clone(), rs.clone())
})
.collect::<FuturesUnordered<_>>();