Christoph

Results 4 comments of Christoph

I think this issue needs a lot of technical explanations. I'll post it here and link it in the wiki later on. ## TL;DR: (If you just need the solution):...

Hm... why would you need that in the first place? Just call runBlocking once in your onDisable function and call your other suspend functions. ```kotlin override fun onDisable() { runBlocking...

I see. Sorry, but I cannot implement this now because it would cause other issues. (e.g. deadlocks). I want to keep the coroutines as pure as possible. However, I'll think...