method
remove_channel
v7.1.3.4 -
Show 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