Changes between Initial Version and Version 3 of Ticket #1481


Ignore:
Timestamp:
Apr 11, 2012 9:43:23 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1481

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from Immediately destroy the registration instance when TCP/TLS transport gets disconnected to Registration client should release transport when TCP/TLS transport gets disconnected
  • Ticket #1481 – Description

    initial v3  
    1 Immediately destroy the registration instance when TCP/TLS transport gets disconnected in order to release the transport instance so that the transport may be closed immediately. 
     1The regc keeps a reference to the last transport being used in order to prevent it from being destroyed. In some situation however, such as when the transport is disconnected, it is necessary to instruct the regc to release this reference so that the transport can be destroyed.