-
Are Shiny BLE api's thread safe by design? For e.g Android BLE becomes unstable when we try to do BLE operations concurrently. We have to write custom queueing logic to ensure that no another write (or any ble operation) is performed when existing operation is in process. We should be ensuring that operation completed on the GattCallbacks. Is this handled in Shiny by design? |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Feb 3, 2023
Replies: 1 comment 1 reply
-
Yes - it is handled with an operation queue |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aritchie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes - it is handled with an operation queue