Dustin Sallings
Dustin Sallings
For an idea of where I am right now. This is `sync.c` round tripping properties in MQTT 5: ### sync.c ```c #include #include #include #include #define COMMAND_TIMEOUT 5000 #define MESSAGE_TIMEOUT...
See also: #8
Travis says your compiler doesn't like my bitfields. They're not critical to the API, they just make values smaller. This could also be done with a bitmask (probably more easily),...
Thanks. I intentionally left some imperfections so we'd have something to talk about. But I've been using this on much of my embedded stuff (ESP32 and ESP8266) since I pushed...
I just rebased this against upstream master and tested every individual change to not introduce any test errors.
CI is still angry about bit fields. Kind of a weird thing to complain about, but I mentioned it above. I've been using it on ESP8266 and ESP32 for a...
There's a similar discussion at https://github.com/eclipse/mosquitto/issues/1413
The attached pcap shows mqtt v5: I was actually hoping to see that my client did the right thing on a negative sub ack, but just got disconnected. In any...
I have a command I'd like to run and conditionally send the output based on the exit code. It seemed natural and unixy to just `ntfy send < myfile` and...
What would the Comma* functions be called? How would you imagine the function signature should look? Should Indian-style formatting be considered?