octylFractal
11/04/2020, 2:53 AMInappropriate blocking method call always appearing, even if wrapped in <http://Dispatchers.IO|Dispatchers.IO>?octylFractal
11/04/2020, 2:53 AMwithContext(<http://Dispatchers.IO|Dispatchers.IO>) {
when (event) {
is Event.Comment -> response.write("")
else -> TODO()
}
}
and intellij is complaining that Writer#write is blocking, even though I clearly swapped over to IOoctylFractal
11/04/2020, 2:55 AM