fix(events): add unsubscribe() to EventBus protocol and implementations (#10356) #11195

Closed
freemo wants to merge 1 commits from feature/eventbus-unsubscribe into master

1 Commits

Author SHA1 Message Date
freemo 4dc3300577 fix(events): add unsubscribe() to EventBus protocol and implementations (#10356)
CI / lint (pull_request) Failing after 1m15s
CI / typecheck (pull_request) Successful in 1m37s
CI / security (pull_request) Successful in 1m36s
CI / push-validation (pull_request) Successful in 39s
CI / helm (pull_request) Successful in 42s
CI / build (pull_request) Successful in 51s
CI / quality (pull_request) Successful in 1m15s
CI / integration_tests (pull_request) Successful in 5m19s
CI / unit_tests (pull_request) Failing after 7m14s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
Added unsubscribe(event_type, handler) -> bool method to the EventBus protocol for both ReactiveEventBus and LoggingEventBus implementations. This resolves memory leaks caused by handler references persisting indefinitely in long-running processes.
2026-05-13 06:59:11 +00:00