Is dsc.loop() thread safe? #321
-
Is |
Beta Was this translation helpful? Give feedback.
Answered by
frankonski
May 12, 2024
Replies: 1 comment
-
After lots of other work, turns out this library is definitely not thread safe. I tried having the unlocker code in a separate thread on an ESP32 to no avail. Deadlocks occur after the 4th or 5th code. Using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
frankonski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After lots of other work, turns out this library is definitely not thread safe. I tried having the unlocker code in a separate thread on an ESP32 to no avail. Deadlocks occur after the 4th or 5th code. Using the
write("1234", true)
does not help. Not planning on trying to fix this.