:thinking_face: Possibly? It seems unlikely to me ...
# coroutines
u
🤔 Possibly? It seems unlikely to me given that the application runs without problem on another machine without ever having this issue, while having it 100% of the time on the laptop. I’ve also traced the call stack and it immediately seems to sleep when it hits the
runBlocking(CommonPool)
. It doesn’t appear to even call any of the subsequent coroutines. This is the call that appears to cause the blocking: https://github.com/brianmadden/krawler/blob/coroutines/src/main/kotlin/io/thelandscape/krawler/crawler/Krawler.kt#L191