guys I keep getting this error ``` FATAL EXCEPTIO...
# rx
m
guys I keep getting this error
Copy code
FATAL EXCEPTION: RxCachedThreadScheduler-1  java.io.InterruptedIOException: thread interrupted
if I dispose a pending okhttp3 call in an observable? but why does the app crash? should not observable catch the error and delegate it to onError?! I dont understand this..... 😞