Concurrent calls to onvifdevice instance.
YassineElyk opened this issue · 3 comments
YassineElyk commented
Hi,
I would like to know if OnvifDevice methods can be called by multiple threads safely?
Thank you.
milg0 commented
You should do some adjustments for thread safety. I did not ensure that.
YassineElyk commented
Alright thanks, maybe I'll look into that.
tangwwwwwwwww commented
Hi, it takes 1.5 seconds for a single thread to acquire a camera ptz, and it takes 4.5 seconds for 3 threads to acquire three cameras ptzs. Can it be upgraded to 1.5 seconds? thanks.