CoroutinesCache icon indicating copy to clipboard operation
CoroutinesCache copied to clipboard

The errors from network are not propagated when library is used

Open vvsevolodovich opened this issue 6 years ago • 0 comments

Steps to reproduce:

  1. Take Retrofit, create any api definition
  2. Create retrofit service and call it from launch/async
  3. Ensure the errors are catched in try/catch block
  4. Add CoroutineCache to that service definition
  5. See that errors are not cached anymore

vvsevolodovich avatar Oct 02 '19 09:10 vvsevolodovich