You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the issue is related to this line. The return type for the mono implementation is reactor.core.publisher.Mono<com.example.demo.SystemStatusResponse> whereas the return type for the coroutine implementation is class java.lang.Object. It appears that the correct response type is locked away somewhere in the parameters: kotlin.coroutines.Continuation<? super com.example.demo.SystemStatusResponse> continuation.