hsaturn

Results 44 comments of hsaturn

Hello The last git version (not yet the last release) should have fixed this. Best regards.

A unit test was added long ago (network_hudge_payload). TinyMqtt accept 32767 bytes payload (I guess) Test is on 210 bytes

Could you please split the pull request so I can treat them individually. Yet I'm not sure to accept all the commits, but at least the string compare bug is...

Hello, back some months after on TinyMqtt I'll fix the code accordingly to your commit db4b811fb6cf184855becda94b4141f337c81822. I could not merge it because a unit test is missing. I'll write this...

Hello cepr For some optimisation reasons, the size with TinyMQTT is always on 2 bytes. This is the reason for which you have 0x82 00 and not 0x02, this should...

Back... I wrote a data observer in ESP8266 Wifi mock in order to add a unit test before fixing that bug.

Some news : using the new feature of ESP8266 Mock, I can see this : ``` | data sent 15 : Connect 10 8C 00 00 04 4D 51 54...

Hello cepr I've fixed the length encoding for (all) messages. It it possible for you to check the latest git version (not released yet) so can release the version ?...

> Thanks hsaturn, I'll try now! Thanks to you. Keep in mind that this is the git version yet, the lib has not been released with the fix yet.

Thanks a lot Cedric !!! I will add the 3 lines you mention. Even if I do not know who else than you will use them, and even if I...