emqx / emqx-sn

EMQX MQTT-SN Gateway
https://www.emqx.com
Apache License 2.0
30 stars 20 forks source link

Empty ClintId on connect #189

Closed fcofabricio closed 3 years ago

fcofabricio commented 3 years ago

Emqx 4.3.7 by helm installer

2021-08-31T12:13:29.538799+00:00 [debug] 10.42.0.0:39055 [MQTT] RECV <<16,48,0,4,77,81,84,84,5,192,0,60,0,0,0,0,9,103,114,...>>
2021-08-31T12:13:29.539098+00:00 [debug] 10.42.0.0:39055 [MQTT] RECV CONNECT(Q0, R0, D0, ClientId=, ProtoName=MQTT, ProtoVsn=5, CleanStart=false, KeepAlive=60, Username=greatuser, Password=******)
2021-08-31T12:13:29.539288+00:00 [debug] 10.42.0.0:39055 [MQTT] SEND CONNACK(Q0, R0, D0, AckFlags=0, ReasonCode=133)
2021-08-31T12:13:29.539566+00:00 [info] 10.42.0.0:39055 file: emqx_connection.erl, line: 520, mfa: {emqx_connection,terminate,2}, msg: terminate, pid: <0.3780.0>, reason: {shutdown,client_identifier_not_valid}
fcofabricio commented 3 years ago

Sorry about that