konrad-kaminski / spring-kotlin-coroutine

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

ResponseBodyAdvice not being called #20

Closed userquin closed 6 years ago

userquin commented 6 years ago

Using suspend function on rest controller ResponseBodyAdvice is not invoked

userquin commented 6 years ago

ResponseBodyAdvise must be updated to handle suspend function method call.