Per Malmberg
Per Malmberg
Looks good, just wonder if all the changes in sdkonfig are just default values for a newer IDF?
Yes, don't you think that is more organised that the current list? On Wed, 11 Aug 2021, 05:04 enelson1001, ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------...
1. Sure, why not. 2. It's own category, maybe? "Oddballs" :) 3. If it adds something 4. If it doesn't just clutter the list, sure.
Hello, 1. I don't think you are. 2. No, it was fast enough for my purposes, but I remember being able to send quite a lot of messages per second....
It does wait for data to become available, @squonk11 https://github.com/PerMalmberg/Smooth/blob/c874fed1de71f9b8dac65e0e8c238b2020e658a3/lib/smooth/core/Task.cpp#L164
Correct - but tick() isn't meant to handle events (i.e. incoming messages). Tick is meant to do things that are not triggered by an event. The Task impl. attempts to...
Serious investigation :) Yes, I'm sure there are ways to optimize it. I have a faint memory of the parsing of incoming messages being a bottleneck, iirc it was read...
Thanks. Can you please update the contributors file too, and correct the formatting to pass the CI-pipeline?
Got to head to bed now, but I'll try to help you out tomorrow. On Thu, 28 Oct 2021, 21:21 Psim, ***@***.***> wrote: > I've found .../mqtt/packet/Connect.cpp - looks like...
There is actually a [fork](https://github.com/luuvt/Smooth) that adds username and password, as well as TLS for mqtt. I've not had the time to engage that author to verify the functionality of...