Open sync-by-unito[bot] opened 3 months ago
➤ PM Bot commented:
Jira ticket: RCORE-2227
➤ michael-wb commented:
Since a progress report is not going to be issued at the end of a client reset with no local or recovered changes, then it is likely that no progress reports with a downloadable of 0 and downloaded of 0 will be issued, so this change is likely not needed.
When creating the test to verify the upload progress notifications during client reset, it was discovered that the non-streaming upload notification callback was called one time with an estimate of 0.0 and then expired if there were no local or remote changes during the client reset. (The complete test log file is attached.)
Since the non-streaming callback is being expired with this call and the streaming progress notification reports an estimate of 1.0, it seems to be more consistent to report an estimate 1.0 for non-streaming progress notifications in this case.