hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.81k stars 1.04k forks source link

aio(analog sensor): fix deadlock in cyclic reading #1042

Closed gen2thomas closed 7 months ago

gen2thomas commented 7 months ago

Solved issues and/or description of the change

fix a deadlock caused by halt channel in combination with bad mutex constellation

Manual test

none

Checklist