method

remove

remove(data)
public

No documentation available.

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 42
      def remove(data)
        logger.info "Unsubscribing from channel: #{data['identifier']}"
        remove_subscription subscriptions[data["identifier"]]
      end