Unleash / unleash-proxy-client-swift

Apache License 2.0
14 stars 20 forks source link

fix: add unsubscribe method to the client #59

Closed FredrikOseberg closed 1 year ago

FredrikOseberg commented 1 year ago

It was pointed out by @MielchenWafios that we currently have no way of unsubscribing from the subscriptions set up through SwiftEventBus via the unleash client. As a result this makes unsubscribing from events uneccesarily clunky. This PR adds a method to unsubscribe from events.