Opened 12 years ago
Closed 12 years ago
#1665 closed defect (fixed)
Assertion on retransmitting a pending message
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
This is reported to happen on congested network, so that the retransmit timer kicks in before the previous transmission finished. The assertion itself occurs in pjsip_transport_send() due to the attempt of sending a pending tx_data.
Change History (1)
comment:1 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4516: