Hey, i have a question for `DoubleReceive` , is it...
# ktor
p
Hey, i have a question for
DoubleReceive
, is it supposed to work only if you receive the same type twice? How do others approach the case where you need to
receiveText
for signature verification, but also
receiveParameters
for introspection?