Closed cconstab closed 2 years ago
@murali-shris please can you take a look since you're working on the sync progress listener at the moment
@murali-shris please can you take a look since you're working on the sync progress listener at the moment
Sure Gary.
root cause: The call to isInSync from the main method, interferes with a sync from server. Both share the same remote secondary. Hence we get sync verb response in the place we are expecting latest server commit Id. possible resolution: in the call to isInSync create a new remote secondary instead of reusing the remote secondary.
To be discussed in architecture call
@cconstab the fix (#405) has been merged to trunk; can you try to reproduce please so we can verify the fix?
Fixed in at_client version 3.0.10
@cconstab can you please verify the fix in latest version of at_client
pending fix verification.Moving to next sprint
@cconstab I am closing this issue.Please re-open if you face the issue again.
Describe the bug Crashed app when checking that status of Sync between local and remote secondaries
To Reproduce Steps to reproduce the behavior: When using this code
I always get a Unhandled exception after a few cycles..
Looks like a low level protocol problem
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Were you using an @application when the bug was found?
Additional context Isthere or should there be a better way to check ?