Having an issue where I'm working on some coroutin...
# coroutines
u
Having an issue where I'm working on some coroutine code, and it runs on my desktop but not my laptop. AFAIK my environments are the same (Ubuntu 16.10, Intellij 2017.1, Kotlin 1.1.2-2, kotlinx.coroutines 0.15). The code builds and runs on both machines, but on the laptop when I hit the coroutine it just hangs. All of the bootstrapping prior to the coroutine code runs on the laptop. Any ideas?
stackoverflow 1