FlashMQ
FlashMQ copied to clipboard
FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
Hi @halfgaar, some findings still have not been reported in #103, so I have submitted this issue and apologize for any inconvenience caused. Running command: ``` ./FlashMQBuildRelease/flashmq -c /home/ubuntu/conf/flashmq.conf ```...
Resolves #101, among other things.
# DO NOT MERGE AS-IS There's a bomb in the code to show that the fuzzing is finding results. You might want to verify for yourself that the setup is...
None of `flashmq` its command-line options are described in its man page. I noticed this when I tried to find the default `--config-file` location there. I'm intending to fill in...
Script for generating a fully up-to-date-and-correct vim syntax file based on the documentation. Some notes: * I took special care to make vim not show colors when the configuration is...
Hi, While FlashMQ supports prefixing topics on messages it sends and receives, it doesn't seem to be able to remove a prefix from incoming or outgoing topics, at least as...
I think LWT is not working as it should in FlashMQ. I had some alerts in my uptime monitor that are not working after I changed my Server to FlashMQ....
The last action upon a restart is saving retained messages to /var/lib/flashmq/retained.db, would it be possible to do this in a different way, since it takes quite long to write...
In flashmq_plugin.h, the argument of `flashmq_poll_remove_fd` has type `uint32_t` while in the other two `flashmq_poll_XX` functions it is `int`