method
shutdown
v7.2.3 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::Redis
shutdown()public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/redis.rb, line 40
def shutdown
@listener.shutdown if @listener
end