update services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp.

Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
MisterE 2024-09-29 09:39:22 +00:00 committed by Gitee
parent 8386097070
commit 10a3669132
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -317,6 +317,7 @@ int32_t DMSContinueRecvMgr::DealOnBroadcastBusiness(const std::string& senderNet
if (!DmsBmStorage::GetInstance()->GetDistributedBundleInfo(senderNetworkId, bundleNameId, if (!DmsBmStorage::GetInstance()->GetDistributedBundleInfo(senderNetworkId, bundleNameId,
distributedBundleInfo)) { distributedBundleInfo)) {
HILOGW("get distributedBundleInfo failed, try = %{public}d", retry); HILOGW("get distributedBundleInfo failed, try = %{public}d", retry);
DmsKvSyncE2E::GetInstance()->PushAndPullData(networkId);
return RetryPostBroadcast(senderNetworkId, bundleNameId, continueTypeId, state, retry); return RetryPostBroadcast(senderNetworkId, bundleNameId, continueTypeId, state, retry);
} }