eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

M2MQTT Cant receive message after few publish #113

Open inuside21 opened 4 years ago

inuside21 commented 4 years ago

I currently using M2MQTT Client in C#.

When i try to use this in client

for loop 0 ~ 1000 {
mqtt publish
}

The subscriber in the same application receives a message from 0 to 50, after that it cant receive anymore, even a single publish. I need to close the application for it to receive again. But when I check in mosquitto client, it receive all messages from 0 - 1000.