Skip to content

Could not trigger a NoNetworkException even with Airplane mode on #156

@rodrigoperazzo

Description

@rodrigoperazzo

@ehammo The NoNetworkException (or RuntimeException) is not being captured by Rx Observers when the device has no network.

My bet is that this interceptor should be included on OkHttpClient using addInterceptor instead of addNetworkInterceptor because ConnectionException occurs before the intercept method get called on HttpNetworkInterceptor implementation.

Fixing it would help us provide accurate textual feedbacks to the user.

Metadata

Metadata

Assignees

Labels

improvementgeneral improvements, such as UX, UI, performance and others

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions