From 71ae3b0f9a7e3cb4678ded29b375c201f9035ef5 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 15 Jul 2025 13:23:03 +0300 Subject: [PATCH] Update crates/node-interaction/src/blocking_executor.rs Co-authored-by: xermicus --- crates/node-interaction/src/blocking_executor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/node-interaction/src/blocking_executor.rs b/crates/node-interaction/src/blocking_executor.rs index 939c156..6bf8bc0 100644 --- a/crates/node-interaction/src/blocking_executor.rs +++ b/crates/node-interaction/src/blocking_executor.rs @@ -63,7 +63,6 @@ impl BlockingExecutor { .expect("Failed to create the async runtime"); runtime.block_on(async move { - // Keep getting new task messages from all of the other threads. while let Some(TaskMessage { future: task, response_tx: response_channel,