class ActionCable::SubscriptionAdapter::PostgreSQL

def unsubscribe(channel, callback)

def unsubscribe(channel, callback)
  listener.remove_subscriber(channel_identifier(channel), callback)
end