zmstone

Results 429 comments of zmstone

Starting from 5.0.9, macOS packages will be signed. fixed in: https://github.com/emqx/emqx/pull/8897

EMQ do indeed have a message ID, but it's very much internal, or which ID do you mean ?

@imkos are the events originated from the same EMQX node ? @HJianBo are these events async ? is there a way to serialise them?

Hi @frank-montyne EMQX currently does not provide message queueing outside of client sessions. i.e. messages for shared subscription in EMQX is designed to be sent (and stored) in per-client sessions....

it's possible to enable more than one auth plugins. maybe enable auth-mysql in addition to auth-jwt.

you can use auth-mysql as a blacklist. return a bad password for blacklisted users (token revoked). for the ones that are not blacklisted, they will continue to auth-jwt. however, this...

Hi @MikeDombo Sorry I forgot to tell you this: if you are aiming to have it fixed in 4.3 or 4.4, the PR should be sent to `main-v4.3` branch. `master`...

The conflict is mostly due to my fix in this PR : https://github.com/emqx/emqx/pull/7104/files it cleared out a lot of the stale code.

and I have made another change for emqx.cmd https://github.com/emqx/emqx/pull/7160

Hi @MikeDombo Could you help to resolve the conflicts ?