You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hub.go:104,129 spawn go h.Unregister per full buffer and RedisBridge.Close() (redis_bridge.go:29-31) closes stop but the subscribe goroutine may block forever.
Acceptance Criteria
Deterministic unregister without per-buffer goroutines
RedisBridge consume goroutine reliably exits on Close
Summary
hub.go:104,129spawngo h.Unregisterper full buffer andRedisBridge.Close()(redis_bridge.go:29-31) closesstopbut the subscribe goroutine may block forever.Acceptance Criteria
Complexity
High.