[web-bluetooth] Queueing notifications/indications (#550)

JamesB7 has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth:

== Queueing notifications/indications ==
It would be very helpful if the received data from a characteristic change could be on the event as well.
That way, if the value is changing in rapid succession (for example, if a characteristic is used for data transfer, such as the Nordic BLE serial port sample), there's no chance of losing data.
So far, it seems like I haven't lost any data as it stands, but Chrome may just be keeping up. Not reassuring. :) BLE notifications/indications are reliable, so there's no reason to make the upper level API unreliable.

Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/550 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 20 May 2021 13:30:39 UTC