Is there a way to create a 'dummy' service, withou...
# kotlinx-rpc
l
Is there a way to create a 'dummy' service, without creating a ktor client + server?
Ok, passing an
EmptyCoroutineContext
to the service impl seems to do the trick