@ikalchev do you have any docs covering thread safety? I know elaborated about how threads are used in #74, but it looks like characteristics set_value() is not really thread safe, while being called from multiple threads.
Also do you offer guidance anywhere for how an accessories run() loop should interact with requests from py-HAP in a thread safe manner?
@ikalchev do you have any docs covering thread safety? I know elaborated about how threads are used in #74, but it looks like characteristics
set_value()is not really thread safe, while being called from multiple threads.Also do you offer guidance anywhere for how an accessories
run()loop should interact with requests from py-HAP in a thread safe manner?