legzo
04/01/2019, 11:15 AMHttpReceivePipeline.Before
with a ResponseObserver
and I don't really understand why my back-ends' logs aren't showing up.
Anyone has a clue ?e5l
04/01/2019, 11:16 AMlegzo
04/01/2019, 11:17 AMlegzo
04/01/2019, 11:20 AMHttpReceivePipeline.Before
is the earliest phase but I don't see the logs even though my code is the following :
val response = client.request<HttpResponse> { ... }
// here I don't see any log
when (response.status) {
OK -> result = response.receive<T>() // here the exception is thrown