manekinekko / angular-web-bluetooth

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

Feat: auto disconnect #16

Closed manekinekko closed 5 years ago

manekinekko commented 7 years ago

@xmlking has submitted this feature:

it would nice if we have auto bluetooth disconnect/ auto unsubscribe capability for discover$ when developer call discover$.first() or discover$.take(1) similarly for observeValue$

manekinekko commented 7 years ago

@xmlking could you send a use case for this?

xmlking commented 7 years ago

I have a demo app here https://github.com/xmlking/hub I like to disconnect when I move away from /dashboard page