When there is no device connected to the IoT Hub, the number of messages count increases.
We were trying to find out the number of messages counted when sending a one-way D-to-Do message, and the results we got was 3 messages (1 C-to-D, two twin messages). However, when we tried it again, the total number of messages became 9, and only C-to-D message count increased to 2 while the twin message count remained the same.
To clarify, we closed both devices and tried to investigate on the Hub, but the message count kept increasing each time when we refreshed the chart, and it has increased to 22 messages by now.
Does anyone know how the number of messages is actually counted? Thank you.