class ActionCable::SubscriptionAdapter::Inline

def unsubscribe(channel, callback)

def unsubscribe(channel, callback)
  subscriber_map.remove_subscriber(channel, callback)
end