server icon indicating copy to clipboard operation
server copied to clipboard

The fully compliant, embeddable high-performance Go MQTT v5 server for IoT, smarthome, and pubsub

Results 55 server issues
Sort by recently updated
recently updated
newest added

I start observing increased number of inflight messages which are almost never going down. In same time i didnt notice any disconnects from clients - so looks like clients just...

bug

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1287e94] goroutine 52708 [running]: github.com/mochi-co/mqtt/server/internal/clients.(*Client).WritePacket(0xc000e63440, 0x0, 0x103, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,...

bug
needs investigation

Is there some way I could configure something so that I can set a root topic based on the host name that devices are connecting to the broker with? What...

discussion

I was looking for cluster ready mqtt broker for my home environment (k8s) for some time already. But unfortunately all i checked (emqx, vernemq) have some issues (e.g not compatible...

discussion

Folks, we love your work, please help support MQTT 5 protocol, Cheers,

enhancement

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

documentation

fix the issue with httpStat server, missing stats if you use BOLTDB - added SetSystemStat(s *system.Info) to Listener Interface

bug

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

Folks, we have a simple unit test on a cross-stacked client written in C (the most prominent one in ICT industry) please help check below logs and attachment Ref: [https://github.com/emqx/nanomq](https://github.com/emqx/nanomq)...

needs investigation