konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Support for request scope #41

Open wnederhof opened 5 years ago

wnederhof commented 5 years ago

When creating a bean with @Scope("request"), it won't work anymore within an asynchronous context. It would be nice if this would be supported from this library.