method

remove_channel

remove_channel(channel)
public

No documentation available.

# File actioncable/lib/action_cable/subscription_adapter/redis.rb, line 139
          def remove_channel(channel)
            @subscription_lock.synchronize do
              when_connected { send_command("unsubscribe", channel) }
            end
          end