Add INITIAL_STATE comment to else branch

This commit is contained in:
J. Nick Koston
2026-02-09 20:14:54 -06:00
parent b4741ade0d
commit 041c43fb32

View File

@@ -267,7 +267,7 @@ void APIConnection::process_active_iterator_() {
} else {
this->process_iterator_batch_(this->iterator_storage_.list_entities);
}
} else {
} else { // INITIAL_STATE
if (this->iterator_storage_.initial_state.completed()) {
this->destroy_active_iterator_();
// Process any remaining batched messages immediately