Gnought

Results 33 comments of Gnought

Here is the kernel config. [kernel_config.txt](https://github.com/aabc/ipt-netflow/files/8118427/kernel_config.txt)

I think we need a custom mqemitter.

Please test it in aedes-protocol-decoder.

@cjimenezsaiz It is intended to remove aedes Typescript definition, as we don't require to inherit all EventEmitter methods for aedes operations. The basic is what your user cases are to...

@robertsLando, @friesendrywall 1. from MQTT 3.11 spec [Section 3.1.2.5](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Will_Flag) > Situations in which the Will Message is published include, but are not limited to: An I/O error or network failure...

@robertsLando will the LWT be suppressed in cluster or HA mode when `sendWillsOnStartup` is TRUE?

Aedes checks and sends LWT periodically. If you restart the broker with same broker id, the logic of LWT delivery resumes in its first heartbeat for non-memory persistence. https://github.com/moscajs/aedes/blob/main/aedes.js#L99-L111 @robertsLando...

IMO a server should not send a client LWT if a server restarts within a client keepalive period.

What I understand the **MAY defer** is > the server MAY defer publication of Will Messages until a subsequent restart - if a server restarts within a client keep alive...