Jean-François Simoneau created PROTON-2770: ----------------------------------------------
Summary: Getting the work queue with proton::link::work_queue() is not thread safe Key: PROTON-2770 URL: https://issues.apache.org/jira/browse/PROTON-2770 Project: Qpid Proton Issue Type: Bug Components: cpp-binding Affects Versions: proton-c-0.39.0 Reporter: Jean-François Simoneau The accessor proton::link::work_queue() returns a reference to the proton::work_queue(), but making that call uses the link::container() method that increases the refcount on the pn_connection, making this function uncallable from outside of the work_queue. I believe the documentation should make that explicit, or the function should be changed to be thread safe. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org