method

resubscribe

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