You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be dispatching the "characteristicvaluechanged" event every time the characteristic is read, regardless of if it has changed or not. That's messing up my application logic, which is working on Chromium browsers.
webbt/extension/polyfill.js
Line 152 in c8e15a3
This appears to be dispatching the "characteristicvaluechanged" event every time the characteristic is read, regardless of if it has changed or not. That's messing up my application logic, which is working on Chromium browsers.