Bound notification delivery and expansion

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:38:02 -04:00
committed by Brandon McGinty
parent 4497d41077
commit d64e5125dd
4 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ Priority 1: transport, lifecycle, and correctness
lists or strand goroutines. Use mutex-protected listener snapshots and an
idempotent detach operation.
17. Notification commands block callers and substitution is unsafe
[x] 17. Notification commands block callers and substitution is unsafe
File: main.go
Notify sends to an unbuffered channel. The one consumer waits for each
shell command, so slow notification programs block UI/network callbacks.