kgiusti opened a new pull request #766: URL: https://github.com/apache/qpid-dispatch/pull/766
If an incoming link fails/closes before the current inbound message has been forwarded to the core the current inbound message is not freed. This patch adds a weak reference (safe pointer) in the link to the current inbound message. This reference is cleared once the message has been delivered to the core. Should the link close prior to delivery this weak reference is used to clean up the message. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
