zmstone

Results 430 comments of zmstone

Hi @KazW Thank you for the update. I will keep this issue open. Removed the `wait` tag for now.

EMQX database (mnesia) is named after the node name. You may need a static node name (a static host name, or at least a static IP) for the container to...

@wengdunliang could you share your config? by any chance you have set `keepalive_backoff` somewhere in the config instead of `keepalive_multiplier` ?

EDIT1: Clarification, this comment was intended for the PR, but posted to the wrong place. EDIT2: After further discussion, we decided that the solution originally suggested in the strikethrough text...

We have opted for a more straightforward approach: implementing a new config `mqtt.keepalive_check_interval`. This feature allows users to configure the check interval, thereby placing the control of the interval error...

there is still a compatibility issue to be resolved first. see more information here: https://github.com/emqx/emqtt/pull/221 it would be great if we can support both `gun` 1.3 and 2.x.

@qzhuyan thank you for the investigation, reading through it, it seems you have managed to reproduce it. Could you describe what’s going on? Is it a bug in emqx or...

Hi @indrekj I am not sure when I will be able to work on this.

`--payload-hdrs` is to validate the published message with one or two 64bit integers. You publish the message with one-byte payload `a` does not match the expected format. if you want...