zjuhasz
01/14/2019, 10:24 AMCoroutineDispatcher
used in ktor websocket? I’d like to consume the messages on a single threaded dispatcher. As a workaround I am resending the messages on a new channel and consuming them from a coroutine I launched on the dispatcher I want.zjuhasz
01/14/2019, 10:27 AMwithContext {}
the entire websocket block. But I was wondering if there is a way to set this in ktor