method
unsubscribe
v8.1.1 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::PostgreSQL
unsubscribe(channel, callback)public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/postgresql.rb, line 29
def unsubscribe(channel, callback)
listener.remove_subscriber(channel_identifier(channel), callback)
end