Hello all,
When using the GattCharacteristic.ValueChanged to receive notification from a high thoughput BLE device I am receiving the events out of order. I can confirm the notifications are coming in the correct order over the radio by using a sniffer but the ValueChanged event happens in the wrong order. This is using only one event listener. When lowering the throughput of the device, I can receive the events in the correct order.
It is similar to the issue in this thread:
https://social.msdn.microsoft.com/Forums/en-US/ee98b394-00a8-4103-9e8c-88cb3f3fefbe/events-eventhanders-and-genericattributeprofile-notifications-ble?forum=netfxbcl&prof=required
I am wondering if there are any plans to fix this in any future updates?
Thanks,
Miles
When using the GattCharacteristic.ValueChanged to receive notification from a high thoughput BLE device I am receiving the events out of order. I can confirm the notifications are coming in the correct order over the radio by using a sniffer but the ValueChanged event happens in the wrong order. This is using only one event listener. When lowering the throughput of the device, I can receive the events in the correct order.
It is similar to the issue in this thread:
https://social.msdn.microsoft.com/Forums/en-US/ee98b394-00a8-4103-9e8c-88cb3f3fefbe/events-eventhanders-and-genericattributeprofile-notifications-ble?forum=netfxbcl&prof=required
I am wondering if there are any plans to fix this in any future updates?
Thanks,
Miles