-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Description
I use OkHTTP for my android app.
I get a lot of crashes related to an Http issue :
java.lang.AssertionError: libcore.io.ErrnoException: getsockname failed: EBADF (Bad file number)
Coming from :
at com.squareup.okhttp.internal.http.SocketConnector.connectTls(SocketConnector.java:103)
or
at com.squareup.okhttp.internal.Util.closeQuietly(Util.java:105)
or
at com.squareup.okhttp.internal.Platform$Android.connectSocket(Platform.java:190)
Is there a solution to catch this exception ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels