Fix RSocketRequester Coroutines extensions #24166
Labels
in: messaging
Issues in messaging modules (jms, messaging)
type: regression
A bug that is also a regression
Milestone
It seems #24073 broke the following Kotlin extensions for some use cases:
sendAndAwait
,retrieveAndAwait
,retrieveAndAwaitOrNull
,retrieveFlow
,retrieveMono
andretrieveFlux
. After 6ed1b58, these extensions should be applied onRetrieveSpec
instead ofRequestSpec
.The text was updated successfully, but these errors were encountered: