wialon / gmqtt

Python MQTT v5.0 async client
MIT License
385 stars 53 forks source link

The QoS 2 Message Receive Queue is not being cleared #154

Closed ValentinaDrozdova closed 4 months ago

ValentinaDrozdova commented 4 months ago

During the time specified in the Management > MQTT Settings > Session > Max Awaiting PUBREL Timeout settings, the queue is not cleared if 100 or more messages arrive at the broker. I've commented out the pubrel sending by the client and also set the session_expiry_interval and clean_session = False for the client, but it didn't help. Could you please advise if I'm doing everything correctly and if there are any other client parameters that need to be configured?

ValentinaDrozdova commented 4 months ago

close