itnoles
09/18/2020, 5:55 PM(dispatcher as Closeable).close()
inside of
GlobalScope.launch(super.coroutineContext, start = CoroutineStart.ATOMIC)
Intellij IDEA reported it as inappropriate blocking method calls. How I can fix it?Zach Klippenstein (he/him) [MOD]
09/18/2020, 6:01 PMIOException
and isn’t very smart about determining which dispatcher is actually being used.itnoles
09/18/2020, 6:01 PMgildor
09/20/2020, 1:58 AM