method

remove_subscription

remove_subscription(subscription)
public

No documentation available.

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 49
      def remove_subscription(subscription)
        subscription.unsubscribe_from_channel
        subscriptions.delete(subscription.identifier)
      end