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.
I currently using M2MQTT Client in C#.
When i try to use this in client
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.