Mark SyncComplete after stream RPCs since those are invoked after device RPCs
This commit is contained in:
parent
672ceeeb2c
commit
3090b5eebd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user