-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
While trying to write some unit tests for Kotlin around waiting for upload and download I discovered something that looks like a bug.
- Open a synchronized Realm
- Restart Sync on the server using the Admin API, this correctly triggers a session error handler.
- Attempt to call SyncSession: wait_for_upload_completion and SyncSession::wait_for_download_completion
Expected result: I would expect the function to return some kind of error_code in the callback we provide.
Actual result: It returns succesfully.
- duplicates
-
RCORE-1001 Async operations should terminate with an error if a fatal session error occurs
- Closed