method

unsubscribe

rails latest stable - Class: ActionCable::SubscriptionAdapter::EventedRedis

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

unsubscribe(channel, message_callback)
public

No documentation available.

# File actioncable/lib/action_cable/subscription_adapter/evented_redis.rb, line 47
      def unsubscribe(channel, message_callback)
        redis_connection_for_subscriptions.pubsub.unsubscribe_proc(channel, message_callback)
      end