Flowdock
method

remove_channel

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Listener
remove_channel(channel) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/subscription_adapter/redis.rb, line 132
          def remove_channel(channel)
            @subscription_lock.synchronize do
              when_connected { send_command("unsubscribe", channel) }
            end
          end
Register or log in to add new notes.