Hey I recently try to switch my custom double rece...
# ktor
f
Hey I recently try to switch my custom double receive logic to use the new
DoubleReceive
feature. But it seems like if I do initally
call.receiveText()
and after that
call.receive<Parameters>()
I still get a
RequestAlreadyConsumedException
exception (I did try setting
receiveEntireContent
to true but that did not help) can you guys advice?