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
594 stars 49 forks source link

[Bug] After upgrade to v2.0 WS client settings missing "maxMessages" param #175

Closed dmytro-landiak closed 3 weeks ago

dmytro-landiak commented 3 weeks ago

Describe the bug

After updating TBMQ to version 2.0.0, I encountered the following issue:

image

I can resolve it by configuring the setting through the UI. However, until this setting is applied, the WebSocket client page does not limit the number of messages stored in the browser’s memory per client.