mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Messages submitted while a branch summary was being generated were processed immediately instead of being queued. This happened because isCompacting only checked compaction abort controllers, not the branch summary abort controller. Include _branchSummaryAbortController in the isCompacting getter so all existing guards (message queueing, reload blocking) also apply during branch summarization.