You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EOFException in RealBufferedSource.readUtf8LineStrict(): 0-bytes in stream
OkHttp3 throws exceptions regularly when connecting to a server. When failing, it just silently retries. But when I assign a network interceptor, these exceptions somehow skip this exception handling and crash the entire app. Could that be because of the bindings (Xamarin does something to the exception handling?) or is OkHttp itself at fault here?
These crashes are so regularly using a network interceptor is off-limits at the moment.
The text was updated successfully, but these errors were encountered:
Hi,
square/okhttp#1517
EOFException in RealBufferedSource.readUtf8LineStrict(): 0-bytes in stream
OkHttp3 throws exceptions regularly when connecting to a server. When failing, it just silently retries. But when I assign a network interceptor, these exceptions somehow skip this exception handling and crash the entire app. Could that be because of the bindings (Xamarin does something to the exception handling?) or is OkHttp itself at fault here?
These crashes are so regularly using a network interceptor is off-limits at the moment.
The text was updated successfully, but these errors were encountered: