Changes between Initial Version and Version 3 of Ticket #1481
- Timestamp:
- Apr 11, 2012 9:43:23 AM (11 years ago)
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.1 The 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.