eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

Sending constant message will broke your broker. #117

Open inuside21 opened 4 years ago

inuside21 commented 4 years ago

Definition: Sending constant messages will broke your subscriber.

Expected output: Able to receive up to 60+ parallel short messages (20 max bytes) from multiple publishers without failing to receive by the subscriber.

Actual output: Subscriber stops listening to broker without completing all messages.