When using multiple device code, the library gives me operation already running error #1503
Unanswered
KaustubhPawar0629
asked this question in
Q&A
Replies: 1 comment
-
This needs an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote most of the code for the code below and the code is really similar to the code that I used for a one device connection, and that worked, but when I try to run this on the raspberry pi, it says that there is already a operation running for the raspberry pi. I also checked the raspberry pi's bluetooth to find that there is nothing connected to the bluetooth so there are no operations currently reading. Is there a error in my code or is it a problem with threads creation on the pi?
My code:
My error:
Beta Was this translation helpful? Give feedback.
All reactions