Join Slack
Powered by
Hi! I'm trying to use Exposed with Ktor. Exposed r...
# ktor
w
wouterdoeland
08/04/2017, 10:00 AM
Hi! I'm trying to use Exposed with Ktor. Exposed requires you to use a
transaction { }
block (I think it's a coroutine). But this means that You cannot call
call.respond
anymore because it's a suspending function. How should I do this?
Open in Slack
Previous
Next