I have a question, why is `call.respond` designed ...
# ktor
f
I have a question, why is
call.respond
designed as
Unit
? The way it is now I have to make sure that it always is the last thing that happens i a block or just
return
right after I guess, but why is it this way? How can one force a `call.end()`or similar?