Skip to content

fix: stop reaper goroutine busy-looping after context cancel - #2964

Merged
wwqgtxx merged 1 commit into
MetaCubeX:Alphafrom
AaronChen0:realm
Jul 11, 2026
Merged

fix: stop reaper goroutine busy-looping after context cancel#2964
wwqgtxx merged 1 commit into
MetaCubeX:Alphafrom
AaronChen0:realm

Conversation

@AaronChen0

Copy link
Copy Markdown

The ctx.Done() case used break, which only exits the select statement, not the enclosing for loop.

@wwqgtxx
wwqgtxx merged commit 4154923 into MetaCubeX:Alpha Jul 11, 2026
@AaronChen0
AaronChen0 deleted the realm branch July 15, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants