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

Hi, I really like this project and I would love to contribute to it. I noticed there isn't an example for using custom hooks, which made it challenging for me...

First, let me thank you for your effort in creating this excellent piece of software. I noticed an issue in the following snippet where you are restoring messages from the...

bug

I found code for it https://github.com/mochi-mqtt/server/pull/90/files , But not in the latest version of the code

The conclusion of issue #398 was that the Server shouldn't require usernames to match in a session takeover; instead an `OnConnectAuthenticate` hook should do this if desired, i.e. rejecting the...

In a clustered environment, client connections are distributed among multiple Server instances on different machines. After a client disconnects, leaving behind a persistent session state, its next login is likely...