Skip to content

Expose rawDataChannel used in SettingsManager API

Compare
Choose a tag to compare
@lukwallace lukwallace released this 24 Sep 21:19
· 36 commits to master since this release

Since the settings manager implementation for settings subscription didn't provide the actual channel instance but a PubSub one instead, there was no way of actually unsubscribing from push channel updates. Exposing the raw data channel instance will let us reach the associated cometd instance to do a proper unsubscribe.