You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ddewaele,
thanks for the feedback.
We will have to check what exactly causes this issue.
As I understand it LastWill should not be demanded by the server...
Some ideas on workarounds:
What do you suggest?
Making the will config mandatory in the shema or adding a default Will?
and noticed that the connection flags dictate if a will topic / message needs to be provided. I have the impression that your client is sending Connect Flags 0x06 (meaning that it should provide a will topic / message) even when no will options are specified in the config.
So I would make them optional, and set the connect flags accordingly. I think you should send 0x02 if there is no will topic / message.
On my mosquitto broker v1.4, when I plcnext is trying to connect without specifying will options in the config file, the connection fails.
The text was updated successfully, but these errors were encountered: