subscriptions property

Set<SubscriptionKey> get subscriptions

What the hub has subscribed to, as read off the wire.

Implementation

Set<SubscriptionKey> get subscriptions =>
    Set<SubscriptionKey>.unmodifiable(_subscribed);