I check the codes and it seems that in `udp_rcv_loop()`, each incoming message got processed in the same process, so may it get blocked by some module function? For example, when the script calls `rtpengine_manage()`, it opens a new socket, sends a message, and receives the reply in blocking way, then it blocks the whole `udp_rcv_loop()`. Is it the expected design goal? why not consider new process or threading?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3075
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3075(a)github.com>