Browse Source
In the mqtt 3.1 protocol or mqtt 3.1.1 protocol, except for messages of type pubish, the isDup of other messages must be zero,Sending a subscription message multiple times causes the client to reconnect,therefore, resending the subscription message with isDup true will cause the server to think that the message is abnormal, thus interrupting the connection with the clientpull/2826/head
committed by
GitHub
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue