Skip to content
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

Race condition callee sends request immediately after a response #169

Open
psanders opened this issue Mar 4, 2023 · 0 comments
Open

Race condition callee sends request immediately after a response #169

psanders opened this issue Mar 4, 2023 · 0 comments
Labels

Comments

@psanders
Copy link
Member

psanders commented Mar 4, 2023

Describe the bug
The edgeport module has a race condition that causes the serverTransaction to be overwritten before the response is received. This causes the error "javax.sip.SipException: Response does not belong to this transaction." to be thrown, and the message flow breaks.

To Reproduce
Using SEET, create a flow scenario where the callee sends a request immediately after a response. Observe the edgeport module throwing a "javax.sip.SipException: Response does not belong to this transaction." error.

Expected behavior
The edgeport module should handle this scenario without an error.

System information (please complete the following):
NA

Additional context
Tracing the error, I found that the error gets thrown here.

@psanders psanders added the bug label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant