Correct outdated error message
This commit is contained in:
parent
c524849774
commit
51fb49be34
|
@ -177,8 +177,7 @@ class MessagingRSocket implements RSocket {
|
|||
}
|
||||
})
|
||||
.thenMany(Flux.defer(() -> responseRef.get() != null ?
|
||||
responseRef.get() :
|
||||
Mono.error(new IllegalStateException("Something went wrong: reply Mono not set"))));
|
||||
responseRef.get() : Mono.error(new IllegalStateException("Expected response"))));
|
||||
}
|
||||
|
||||
private DataBuffer retainDataAndReleasePayload(Payload payload) {
|
||||
|
|
Loading…
Reference in New Issue