-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Hi
I have noticed that once run is called the library goes into a loop of reading/blocking on websocket. This means that you lose control on your process after calling run.
This makes building multiprocessing/multithreaded applications impossible.
I suggest a way to make the reading part non-blocking so that app can do other things like use queues for multiprocessing. I suspect this library will not work very well on high loads where ARI apps has to do DB queries or making other HTTP API calls that can take a few seconds to respond.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels