diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 19:18:03 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:33 +0100 |
commit | f0fc9b72f5d2c4866bb47914c7d4a3a0d63e3de7 (patch) | |
tree | edbe0b391e04705b44a3ab46c40a85d3c086e253 /lib/megaco/doc | |
parent | 201ccdd08bd2a591fe1e348a9a1df3d94a3606e4 (diff) | |
download | otp-f0fc9b72f5d2c4866bb47914c7d4a3a0d63e3de7.tar.gz otp-f0fc9b72f5d2c4866bb47914c7d4a3a0d63e3de7.tar.bz2 otp-f0fc9b72f5d2c4866bb47914c7d4a3a0d63e3de7.zip |
OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403.
Diffstat (limited to 'lib/megaco/doc')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 59b1e59ce9..116020de87 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -74,7 +74,19 @@ <list type="bulleted"> <item> - <p>Fixing copyright problems.</p> + <p>Callbacks, when the callback module is unknown (undefined), + results in warning messages. </p> + <p>A raise condition scenario. As part of a cancelation operation, + replies with waiting acknowledgements is cancelled. This includes + informing the user (via a call to the handle_trans_ack callback + function). It is possible that at this point the connection data + has been removed, which makes it impossible for megaco to + perform this operation, resulting in the warning message. The + solution is to also store the callback module with the other + reply information, to be used when cleaning up after a + cancelation. </p> + <p>Own Id: OTP-8328</p> + <p>Aux Id: Seq 11384</p> </item> </list> |