You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library in a python project. I start 30 threads who run a code that implement a event_listener function in the ami Client. But when 1 thread call the AMI Client.login , ALL the thread are notified for the event of one of them.
Is the the add_event_listener support multi threading ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to use this library in a python project. I start 30 threads who run a code that implement a event_listener function in the ami Client. But when 1 thread call the AMI Client.login , ALL the thread are notified for the event of one of them.
Is the the add_event_listener support multi threading ?
Beta Was this translation helpful? Give feedback.
All reactions