randomsync / robotframework-mqttlibrary

MQTT Keyword Library for Robot Framework
Apache License 2.0
25 stars 30 forks source link

Subscribe not collecting all messages within the timeout even though limit=0 #28

Open sach1n1 opened 2 years ago

sach1n1 commented 2 years ago

I have a subscribe command receiving json messages withe following command: Connect BROKER_IP ${messages}= Subscribe topic_name qos=1 timeout=60 limit=0 log to console ${messages} I observe that when I run this test and parallelly open a mosquitto_sub command, I am receiving far more messages in the mosquitto_sub within the same 60 second window.