method
unsubscribe
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::EventedRedis
unsubscribe(channel, message_callback)public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/evented_redis.rb, line 39
def unsubscribe(channel, message_callback)
redis_connection_for_subscriptions.pubsub.unsubscribe_proc(channel, message_callback)
end