CoroutinesCache
CoroutinesCache copied to clipboard
The errors from network are not propagated when library is used
Steps to reproduce:
- Take Retrofit, create any api definition
- Create retrofit service and call it from launch/async
- Ensure the errors are catched in try/catch block
- Add CoroutineCache to that service definition
- See that errors are not cached anymore