Hi
I create d a Web Hook Event Grid Schema for my IotHub service. When Web Hook server offline (My server will automatically close every day after 16:00), Azure IoTHub still receive telemetry message from iot device (the message will be sent every 2 hours). The next day when I startup my server again, Azure IoTHub automatically send the old messages that can not sent at previous day due to closed server, it caused the message order error, in my case, the yesterday's 22:00 message came after today's 08:00 message so whenever I update the device's status to database, the newest data will be yesterday's data instead of today's data. How can I fix this message queue order bug ?