Skip to content

Add an internal signal subscription API

Zeeshan Ali Khan requested to merge zeenix/signal-subscription into main

This new API, consolidates signal subscriptions on the bus to ensure that one proxy instance doesn't unsubscribes another.

For the moment, we keep this API private but we can consider making it public in the future.

Fixes #130 (closed).

Merge request reports