2 Commits
Author SHA1 Message Date
Alex Jbanca 32c3bcedc6 fix: ConnectionStatusSubscription leaks goroutines (#7395)
A new goroutine is created every time ConnectionStatusSubscription.C is called.

With this commit we're creating the BridgeChannels in the constructor and return it on ConnectionStatusSubscription.C
2026-03-31 10:32:47 +03:00
Igor Sirotin 0fcf4ceb8e refactor: project layout (messaging) (#7224)
* refactor: pkg/messaging

* fix: address non-go changes
2025-12-17 19:40:40 +00:00