Opened 11 years ago

Closed 11 years ago

#1641 closed defect (fixed)

Handling transport disconnection when the transaction state is still in null state

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.2
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

When transaction state is still null and the transport gets disconnected, the call_on_tsx_state() callback may not get called since the transaction may have not added the transport state listener.

Change History (1)

comment:1 Changed 11 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 4438:

Fixed #1641: Handling transport disconnection when the transaction state is still in null state

Note: See TracTickets for help on using tickets.