We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16d925 commit a8c7fe7Copy full SHA for a8c7fe7
crates/core/src/node/op_state_manager.rs
@@ -627,7 +627,7 @@ async fn garbage_cleanup_task<ER: NetEventRegister>(
627
TransactionType::Subscribe => ops.subscribe.remove(&tx).is_none(),
628
TransactionType::Update => ops.update.remove(&tx).is_none(),
629
};
630
- if still_waiting {
+ if still_waiting {
631
delayed.push(tx);
632
} else {
633
ops.under_progress.remove(&tx);
0 commit comments