manekinekko / angular-web-bluetooth

The missing Web Bluetooth module for Angular
https://manekinekko.github.io/angular-web-bluetooth/
MIT License
196 stars 58 forks source link

fix: don't skip value change notifications #5

Closed urish closed 7 years ago

urish commented 7 years ago

current implementation skips the first 2 value change notification, which can cause problems when receiving a stream of data (such as in Nordic UART service). I changed it to filter empty (undefined / zero length) values instead.