I'm trying `call.receiveText()` to log the body in...
# ktor
a
I'm trying 
call.receiveText()
 to log the body inside 
monito.subscribe
 and it works, but then I get 
io.ktor.request.RequestAlreadyConsumedException
 . I do have 
DoubleReceive
 . Someone knows how to do it? Thanks