DrmagicE / gmqtt

Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang
MIT License
989 stars 220 forks source link

mqtt客户端连接服务端失败 #125

Closed qinjinze closed 3 years ago

qinjinze commented 3 years ago

报错原因如下: 2021-07-01T14:22:42.543+0800 ERROR server/client.go:243 connection lost {"client_id": "", "error": "operation error: Code = 1, reasonString: "} 但同样的客户端连接mqtt broker是成功的,这个是mqtt broker (https://github.com/fhmq/hmq) 客户端来自:https://pub.flutter-io.cn/packages/mqtt_client

DrmagicE commented 3 years ago

@qinjinze 这个错误看起来像是当时gmqtt还未支持3.1导致的。可以用0.4.0版本尝试一下。已经支持