Arnaud Cogoluègnes created PROTON-2826:
------------------------------------------

             Summary: ClientSender resends timed out message
                 Key: PROTON-2826
                 URL: https://issues.apache.org/jira/browse/PROTON-2826
             Project: Qpid Proton
          Issue Type: Bug
          Components: protonj2
    Affects Versions: protonj2-1.0.0-M20
            Reporter: Arnaud Cogoluègnes
            Assignee: Timothy A. Bish


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

Reply via email to