Skip to content

Commit

Permalink
fixed: server_inv slow response failure
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored and kbalt committed Oct 28, 2024
1 parent b9544a8 commit dd4dfef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/sip-core/src/transaction/server_inv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ impl ServerInvTsx {
CodeKind::Provisional | CodeKind::Success
));

self.registration
.endpoint
.send_outgoing_response(&mut response)
.await?;

// after this instant is over the tsx will time out
let abandon_retransmit = Instant::now() + T1 * 64;

Expand Down

0 comments on commit dd4dfef

Please sign in to comment.