hsaturn

Results 34 comments of hsaturn

Hello I'm back on TinyMqtt after some months. First of all I've to fix some reported bugs. Next I will be able to spend time on zeroconf. I have no...

Hello to all of you Thanks for reporting. The bug should be fixed by the latest version (the git version). The reason is that the ConnAck packet is bad (even...

I've released the 0.9.3 version, which should already have fixed this issue.

Fixed with [this commit](https://github.com/hsaturn/TinyMqtt/commit/f5e9a43461bd83d482891a71d776c0c50d955efb)

Released in version 0.9.3

(quick answer I'm at work) removeClient must not delete remove ! remove is an observer of the broker. It does not belong to the broker. The borker ran for hours...

As I said, I'll take a deeper look on this. Maybe you're right in that that a memory leak can occur, even if removeClient must be kpet unchanged.

Hello kirik The problem is more serious than I thought. Clients added in the first occurence of addClient must not be deleted Clients added in the 2nd occurence of addClient...

Hello, thanks for the report. Obiously, the last character is a random char added. A reason could be that TinyMqtt pretends that the payload is one more byte than it...

Last bug I've fixed was about long messages length decoding... Funny thing, I've opened an issue : "Write unit test for length message decoding" ;-)