thingsboard / tbmq

Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.
https://thingsboard.io/products/mqtt-broker/
Apache License 2.0
570 stars 46 forks source link

Fix/msg id sequence #131

Closed dmytro-landiak closed 2 months ago

dmytro-landiak commented 2 months ago

Pull Request description

Packet ID can be [1, 65535]. In some cases, 65535 was not used and after 65534 it was 1.

General checklist

Front-End feature checklist

Back-End feature checklist