method

remove_channel

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