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