simon.vergauwen
03/21/2022, 3:13 PMCoroutineScope is a SupervisorJob.
And a async without an await is now crashing the server due to a child CoroutineScope of the Application SupervisorJob 🤔 Adding await in notFine also doesn't change the behavior.
It's hard to find more documentation around this, I looked around the codebase but had a hard time locating where execute is being called. Probably somewhere in the integration code with Netty, or other runtimes.e5l
03/21/2022, 3:14 PMsimon.vergauwen
03/21/2022, 3:31 PMsimon.vergauwen
03/21/2022, 3:31 PMe5l
03/21/2022, 3:31 PMsimon.vergauwen
03/21/2022, 3:32 PMsimon.vergauwen
03/21/2022, 5:23 PM