Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OkHttp3: custom network interceptor crash handling makes interceptor useless #20

Open
hlogmans opened this issue May 3, 2018 · 0 comments

Comments

@hlogmans
Copy link

hlogmans commented May 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant