JB

Results 8 issues of JB

The benchmarks on the readme are a little out of date, it would be good to refresh them.

documentation

As per @rkennedy's comments in #24, various tests fail intermittently and typically exhibit when running `go test ./... -count=100`. Backtesting indicates these failures occur at least as early as v1.0.5....

bug

It would be nice to have the python [paho interoperability tests](https://github.com/eclipse/paho.mqtt.testing/tree/master/interoperability) run against `example/paho/main.go` when a PR is merged into a `v*` branch.

enhancement

Ongoing discussion about current and future releases can be found on the discussions page: > https://github.com/mochi-co/mqtt/discussions

documentation
release

When running `./mqtt-stresser -broker tcp://localhost:1883 -num-clients=40 -num-messages=10000` the broker appears to occasionally stall, although it does not freeze, and it continues to process other messages as expected. Testing against the...

discussion

Hi all I was wondering if there was a way to replace the text inputted, on keyup event. As a simple example - I type "abc", I would like to...

Following our discussions and @dgduncan's work in #309, here is a PR which implements a new file-based configuration for the broker. A runnable example can be found in `examples/config`. **How...

enhancement

Hi @icraggs - firstly, thank you so much for all the work you have put into this test suite. It's an incredible tool for ensuring compliance. I have a question...