summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/block_handlers.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 7a5b0d7..a3e030a 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -142,4 +142,7 @@ void BlockActor::handle_get_stats(
message.stats = this->stats;
message.stats_time = time_now();
this->Send(message, from); //ACK
+
+ //high prio message may have deferred handle task
+ this->handle_task();
}