Use .interceptors()
instead of .networkInterceptors()
which are allowed to call .proceed()
more than once.
For more information see: https://square.github.io/okhttp/interceptors/
Use .interceptors()
instead of .networkInterceptors()
which are allowed to call .proceed()
more than once.
For more information see: https://square.github.io/okhttp/interceptors/