Looks like a bug, I would probably report to kotlinx.coroutines issue tracker
gildor
07/30/2019, 3:24 PM
May be also issue of #spring web client with coroutines integration, but not sure how it may be broken from client side
👍 1
g
Guru
07/31/2019, 7:26 AM
Thanks @gildor
Guru
07/31/2019, 7:47 AM
It appears to me that - Coroutine Context is not assigned when suspend function is called. My guess is based on the fact that same controller function would work if we provide our own context like wrapping with GlobalScope.async{..}