ME Concurrency

Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
Alexey
2026-02-19 16:02:50 +03:00
parent 820ed8d346
commit 2926b9f5c8
2 changed files with 15 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ impl MePool {
let (tx, mut rx) = mpsc::channel::<WriterCommand>(4096);
let tx_for_keepalive = tx.clone();
let keepalive_random = self.me_keepalive_payload_random;
let stats = self.stats.clone();
let mut rpc_writer = RpcWriter {
writer: hs.wr,
key: hs.write_key,