Picture of s.taras
Registered 5 years 82 days
s.taras Wednesday, 9 September 2020, 12:08 PM in response to s.taras
Re: Replecator problem
Community, I have solve this issue by restarting replicator after getting update callback with id=0

void MyApp::ReplicatorUpdated(ulong64 id, ulong64 mask)
{
if (id == 0) {
replicator->Stop();
replicator->Start();
}
}
← You can define your color theme preference here