Baikalov42

Results 1 comments of Baikalov42

It looks like there’s a bug in the ReactorReactivePublisher class. The code should be changed from: ```java @Override public Flux publishAndReply(RabbitPublishState publishState) { Flux flowable = getChannel() .flatMap(channel -> publishRpcInternal(channel,...