robotframework-mqttlibrary
robotframework-mqttlibrary copied to clipboard
Update MQTTKeywords.py suites to repair a messages abandoning deficiency
This code (self._messages[topic] = []) in "subscribe" and "listen" will abandon some messages that would not return to scripts when multiple messages received and multiple “subscribe” or “listen” called in very short time.
This modification suites to repair the deficiency above.
Hi @obnjed thanks for the PR. Can you provide a test that reproduces the issue?