This commit is contained in:
J. Nick Koston
2025-05-13 20:50:49 -05:00
parent c0b9f6407c
commit dcdc2a30c5

View File

@@ -153,7 +153,9 @@ void APIConnection::loop() {
return;
}
this->deferred_message_queue_.process_queue();
if (this->can_write_without_blocking()) {
this->deferred_message_queue_.process_queue();
}
if (!this->list_entities_iterator_.completed())
this->list_entities_iterator_.advance();