garyns / pigpio-dht

DHT11 Temperature and Humidity Sensor using pigpio
GNU General Public License v3.0
14 stars 6 forks source link

Timeout when reading temperature in heavily threaded programs #6

Open CadellVDH opened 3 years ago

CadellVDH commented 3 years ago

I am currently using this library in a project that requires multithreading. I have found that I am not able to get a reading within the timeout time no matter what if the active thread count exceeds ~7 or 8 threads.