-
There should be only one receiver at the moment, receiver should be reworked. References:
-
While callbacks are receiving instance of ami and able to invoke
send_action
method, method itself is not yet thread or spawn safe. It should be reworked.Line 106 in 8e7cc1b
-
Add automatic reconnect support
-
Add close reason
Line 268 in 8e7cc1b
-
Add support for actions that create multiple events in response (i.e.
SIPPeers
). That should also eliminate need ofexpects_answer_before
in send_action and receiver.