Mark SyncComplete after stream RPCs since those are invoked after device RPCs

This commit is contained in:
Srivats P 2016-05-13 20:10:53 +05:30
parent 672ceeeb2c
commit 3090b5eebd

View File

@ -980,6 +980,8 @@ void PortGroup::processStreamIdList(int portIndex, PbRpcController *controller)
mPorts[portIndex]->insertStream(streamId);
}
mPorts[portIndex]->when_syncComplete();
getStreamConfigList(portIndex);
}
@ -1137,9 +1139,6 @@ void PortGroup::processDeviceGroupIdList(
mPorts[portIndex]->insertDeviceGroup(devGrpId);
}
// FIXME: incorrect? recheck!!!
mPorts[portIndex]->when_syncComplete();
getDeviceGroupConfigList(portIndex);
}