evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

dataCallback of enableNotification gets called to often #161

Closed Jonas-Meyer97 closed 5 years ago

Jonas-Meyer97 commented 5 years ago

I noticed that the dataCallback function gets called multiple times for a enabled notification even though the data didnt change. Basically i get multiple calls to this callback with the same data.

Jonas-Meyer97 commented 5 years ago

The problem was in my user code. I didn't close the connection properly and when i reconnected the callback was called twice.