method

remove

remove(data)
public

No documentation available.

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