original ordering

pull/37678/head
Yash Tibrewal 3 months ago
parent 9d9a6a4f96
commit 1d31e28d2c
  1. 2
      src/core/xds/xds_client/xds_client.cc

@ -268,10 +268,10 @@ class XdsClient::XdsChannel::AdsCall final
<< XdsClient::ConstructFullXdsResourceName( << XdsClient::ConstructFullXdsResourceName(
name_.authority, type_->type_url(), name_.key) name_.authority, type_->type_url(), name_.key)
<< "} from xds server"; << "} from xds server";
resource_seen_ = true;
state.meta.client_status = XdsApi::ResourceMetadata::DOES_NOT_EXIST; state.meta.client_status = XdsApi::ResourceMetadata::DOES_NOT_EXIST;
ads_call_->xds_client()->NotifyWatchersOnResourceDoesNotExist( ads_call_->xds_client()->NotifyWatchersOnResourceDoesNotExist(
state.watchers, ReadDelayHandle::NoWait()); state.watchers, ReadDelayHandle::NoWait());
resource_seen_ = true;
} }
} }
ads_call_->xds_client()->work_serializer_.DrainQueue(); ads_call_->xds_client()->work_serializer_.DrainQueue();

Loading…
Cancel
Save