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