Guys I am having an issue - <http://qaru.site/ques...
# server
g
Do you guys have any idea ?
g
#russian
Looks like a bug, I would probably report to kotlinx.coroutines issue tracker
May be also issue of #spring web client with coroutines integration, but not sure how it may be broken from client side
👍 1
g
Thanks @gildor
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{..}
g
Coroutine Context is not assigned when suspend function is called
Which is very strange