Vinicius Carvalho
03/13/2019, 8:07 PMfor(i in 0..invocations){
launch {
val response = client.call(host).response
val result = mapper.readValue<FunctionResponse>(response.readBytes())
val requestTime = response.responseTime.timestamp - response.requestTime.timestamp
channel.send(ExecutionEvent(requestTime = requestTime, pause = result.pause))
}
}
e5l
03/14/2019, 6:41 AMVinicius Carvalho
03/14/2019, 12:46 PMchannel.send
did not helptasks
list.Apache
but with CIO
the described behavior kicks in and it hangs after a few requests