binder should ensure that unsubscribes is effective
Description
The unsubscriptions to events are matched with the subscriptions. It means that a client subscribing N times to the same events must unsubscribe N times to.
This is not the intended behavior. The intended behavior is that unsubscription becomes effective the first time it is required without regarding how many subscription was done.
The unsubscriptions to events are matched with the subscriptions. It means that a client subscribing N times to the same events must unsubscribe N times to.
This is not the intended behavior. The intended behavior is that unsubscription becomes effective the first time it is required without regarding how many subscription was done.