-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delay in Receiving CANCEL from INVITE Transaction After Recent Updates #198
Comments
Hi @moksh-samespace . There is UDP termination timer. This library follows some extensions RFC. |
Yes, I can see the debug log. However, I need to access the 'done' event immediately as I need to take action based on it. How can I achieve this? Log:
|
Cancelation is something still open thing, but essentially I see this will need some hook. For better behavior, cancelation hook or something similar will be added. Had no time to look on this. |
I see, thanks for the update. I will work around timers for now. |
After updating to the latest version, I've noticed a significant delay in receiving a CANCEL message from an INVITE transaction. This was not the case with the previous version. Below is a snippet of the code where the issue is being observed:
The text was updated successfully, but these errors were encountered: