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

目前server端出现这歌问题: ``` 4-02-07T17:07:11.066+08:00 level=INFO msg="--> client connected [auth]" hook=my-auth-hook client=android_client_6g6jh_usrHQ3w4bIjN7 INFO[880882] >>>>>[v2] login, username: 15x1xxx23x0, client: android_client_6g6jh_usrHQ3w4bIjN7 INFO[880882] ------> publish IdArchives: archivesmyid/android_client_6g6jh_usrHQ3w4bIjN7 time=2024-02-07T17:07:11.072+08:00 level=INFO msg="--> received from inline client "...

Hello, I am using Mochi to test offline messages. I have two clients subscribing to the same topic with a QoS of 1, and both have clean session turned off....

bug
discussion

I have the following `auth.yml` configuration: ```yaml auth: - username: admin password: admin allow: true - username: client_1 password: client_1 allow: true # 0 = deny, 1 = read only,...

enhancement
help wanted

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

This is too big for my tiny server. I want keep the lefted message to restore after shutdown server, but this size if far out of my expectations. Why it...

question

I see the storage are implement using hooks, but I already have hooks how to make it more painless like out of box support for storage? the message a wipe...

question

1- A client connects to the server and subscribes to a topic 2- Then Client will be disconnected (while the session has not expired) 3- A data is published on...

bug
discussion

File Based Configuration Add basic file based configuration along with the boilerplate to add future methods of configuration (config server anybody?) This included the following enhancements: - "Smart Defaults" (TM)...

enhancement
help wanted
question

Hi, sorry for bother again, I have some miss usage of this lib, but this problem I can not figure out why: ```go type CustomHook struct { mqtt.HookBase config *CustomHookOptions...

question

![image](https://github.com/mochi-mqtt/server/assets/12975163/203897d5-4e22-4712-8825-52c599d82552) 用例说是3.1.1新特性,不清楚是不是哪儿没配置正确。

question