I have a basic MQTT question. If I am publishing on a topic lets say myTopic/1 and I am publishing messages faster than the broker is delivering them to the subscriber will some messages get overwritten and not delivered? This seems to be my experience when testing using AWS IOT broker service. Also messages seem to be delivered to the subscriber on a random order.
Im using the M2MQtt c# library for my publisher and subscriber tests.
Many Thanks