Andrea Selva
Andrea Selva
This come from http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html normative `[MQTT-3.3.1-7]` which states: > If the Server receives a QoS 0 message with the RETAIN flag set to 1 it MUST discard any message previously...
I feel your pain, but fixing this with the flag on Moquette broker make me rise some questions: - patching the broker to go out of specs instead of client,...
This could be an interesting feature, but 2 considerations arises: 1. the use of Optional is not available in Java 7, by now Moquette uses JDK 7 but shold be...
I'll fix it, but I still thinking which is the best way. StoredMessage is an internal class used to serialize messages on H2 values, so the decision is between augment...
yes because it uses a blocking jdbc driver
This is not necessary. Netty used asunch IO an Moquette is essentially IO bound so adding thread only adds threads that do IO waiting. The broker starts and Co figure...
Yes I'm working on it, in my spare time. Andrea On Tue, Jul 23, 2019 at 8:57 AM mpe85 wrote: > Are there any plans to support the latest specification...
Your're welcome, but the implementation will take time;-) Andrea On Tue, Jul 23, 2019 at 9:06 AM mpe85 wrote: > Thats great to hear :-) > Thanks for the quick...
Hi Muhammad not at the moment, it's still work in progress. Andrea On Fri, Sep 20, 2019 at 1:48 PM Muhammad Mattiullah < [email protected]> wrote: > Hello Andsel, is it...
@keshavck not yet