Documentation ¶
Overview ¶
*
- This script demonstrates the increase of go routines depending on the
- UnwatchProperties change. The code is related to
- https://github.com/muka/go-bluetooth/issues/113 and just documents
- the issue to see if the fix brings any value. *
- Functionally this script doesn't do anything beyond connecting to a
- BLE device and repeatedly subscribing and unsubscribing to receive
- notifications as fast as possible. Given the "as fast as possible"
- part also caught a panic when the channel was close in inappropriate
- moment of routine started in the WatchProperties which resulted in
- an attempt to write to a closed channel
Click to show internal directories.
Click to hide internal directories.