Skip to content

Conversation

@yeoleobun
Copy link
Collaborator

@yeoleobun yeoleobun commented Dec 31, 2025

Add reference to request, since request server_dialog.initial_request() have changed to owned at https://github.com/restsend/rsipstack/pull/62/files.
Since the initial request should be update after auth failed with the new INVITE, so I have to change the
initial_request: Request to initial_request: Mutex<Request>
after this change , initial_request() cannot return an reference any more, because the reference would be limited in the function scope of the guard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant