-
Improvement
-
Resolution: Done
-
Medium
-
None
-
None
Vapi is not handling multi-threading. We need to handle concurrency, basically we need to guarantee that vapi_connect it done only once per process. Moreover we need that the send and receive api do not interleave as the vapi is unable to do a correct demux of the messages among multiple threads.