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/postgresql.rb, line 97
          def remove_channel(channel)
            @queue.push([:unlisten, channel])
          end
Register or log in to add new notes.