jasongin / noble-uwp

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings
MIT License
83 stars 45 forks source link

Listeners map not cleared when device is disconnected #54

Closed paulvarache closed 6 years ago

paulvarache commented 6 years ago

Scenario:

It seems noble-uwp caches the listener attached to a subscription and do not call the nodert library to subscribe to it again, but doesn't clear this cache once a device is disconnected.