Details
-
Bug
-
Resolution: Fixed
-
Critical
-
3.1.0
-
Security Level: Public
-
None
-
JAK 102
-
3
Description
Calling `cancel()` on the context to end the flow, causes `runBlocking` the throw an interrupted exception, and thus the failure of the worker.
Moving most of the logic from the `collect` call, to a `map` and introducing a `takeWhile` is more elegant, and does not generate the exception
Attachments
Issue Links
- Clones
-
CBL-4297 Work Manager Replication thows on Replication complete (Helium)
- Closed