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?
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?