method

remove_channel

rails latest stable - Class: ActionCable::SubscriptionAdapter::PostgreSQL::Listener
remove_channel(channel)
public

No documentation available.

# File actioncable/lib/action_cable/subscription_adapter/postgresql.rb, line 122
          def remove_channel(channel)
            @queue.push([:unlisten, channel])
          end