Timothy A. Bish created PROTON-2722: ---------------------------------------
Summary: [proton-dotnet] Fix concurrency issue in NextReceiver and Receiver delivery count API Key: PROTON-2722 URL: https://issues.apache.org/jira/browse/PROTON-2722 Project: Qpid Proton Issue Type: Bug Components: proton-dotnet Affects Versions: proton-dotnet-1.0.0-M7 Reporter: Timothy A. Bish Assignee: Timothy A. Bish Fix For: proton-dotnet-1.0.0-M8 The queued deliveries count API on the receiver needs to operate on the connection thread to ensure the access to the underlying structures is single threaded. Current use can break on interaction from external client use and internal NextReceiver API use. -- 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