AndroidPat

Results 6 comments of AndroidPat

Same problem. Are you going to add support for the AndroidX?

I have a similar error. Restarting a device fixes the problem. It usually happens when I execute multi-threaded downloads. java.net.SocketTimeoutException: timeout com.android ettimeoutexception: timeoutcom.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:221) com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:261) com.android. .okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:215) com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:60) com.android.okhttp.internal.http.HttpConnection$FixedLengthSource.read(HttpConnection.java:466) com.android.okhttp.okio.RealBufferedSource$1.read(RealBufferedSource.java:396)

You need to do it on a background thread. See the Async example in the documentation.

Keeping the replaced rules and adding the new ones from the commit https://github.com/square/retrofit/commit/59d302aedce5edae4806efac57b630d4fe8c27db fixed the issue for me. ``` # With R8 full mode generic signatures are stripped for classes...

I could not figure out why this is happening that's why I decided to post here in case contributors already know why this is happening.

Hi @JRWilding, you can see in the second screenshot that's not the case.