method
resubscribe
v7.1.3.4 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::Redis::Listener
resubscribe()private
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/redis.rb, line 194
def resubscribe
channels = @sync.synchronize do
@subscribers.keys
end
@subscribed_client.subscribe(*channels) unless channels.empty?
end