Timothy A. Bish created PROTON-2829: ---------------------------------------
Summary: [proton-dotnet] ClientSender resends timed out message Key: PROTON-2829 URL: https://issues.apache.org/jira/browse/PROTON-2829 Project: Qpid Proton Issue Type: Bug Components: proton-dotnet Affects Versions: proton-dotnet-1.0.0-M10 Reporter: Timothy A. Bish Assignee: Timothy A. Bish Fix For: proton-dotnet-1.0.0-M11 A message that timed out stays in {{ClientSender#blocked}} and the {{HandleCreditStateUpdated}} method tries to send it again. The operation fails because the envelope buffer has been closed. The message should be removed from the {{blocked}} data structure when it times out or its state should be checked and it should be discarded accordingly in {{{}HandleCreditStateUpdated{}}}. -- 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