Lübbe Onken
Lübbe Onken
Maybe take a look at https://github.com/bertmelis/espMqttClient, which is currently under development.
according to @bertmelis, his library aims to be a plug-in replacemant for async-mqtt-client. The next time I change some of my esp code I'll use Bert's library instead.
Please try the develop branch
Strange. I use async-mqtt-client as a part of the homie framework for years now and this hasn't happened to me yet. I also have some ESP projects that don't use...
I'll give it a spin in my homie based projects. There are some that I can easily update and monitor.
+1 for both changes
I guess the situation is still the same if interpret @bertmelis https://github.com/marvinroger/async-mqtt-client/issues/239#issuecomment-795288499 correclty
the [-Werror=reorder] error means that the parameters in the constructor are passed in a different order than they were defined in the .h file. This should normally be easy to...
+1 I was just going to write this feature request myself. It would be a great help indeed.
Issue #6050 also indirectly requests improvements to TM handling