Fix Inverted condition on isPaused method - #267
Conversation
573bf0e to
edaa79d
Compare
|
Add recvByteBufAllocatorSize to MqttClientOptions and update converter. |
I think PRs should be focused on just one thing. |
|
Sure, but this is related to always to pause/resume features as described in smallrye/smallrye-reactive-messaging#3378 |
|
How the code you changed around |
|
clear, let me move the option in a new PR. |
04624b9 to
edaa79d
Compare
|
No Paolo, things should be done properly because many people will read this in the future. Thanks for your patience. If you agree, we can delete all comments not related to the PR just to reduce the noise. |
#261 (Pause/Resume read from Socket - branch 4.x) introduce a bug in
vertx-mqtt/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java
Lines 733 to 734 in acb3c43
The condition must be negated.