You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Clifford Jansen (Jira)" <ji...@apache.org> on 2022/11/07 07:41:00 UTC

[jira] [Created] (PROTON-2647) Fix FLOW event processing in send-abort example.

Clifford Jansen created PROTON-2647:
---------------------------------------

             Summary: Fix FLOW event processing in send-abort example.
                 Key: PROTON-2647
                 URL: https://issues.apache.org/jira/browse/PROTON-2647
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
    Affects Versions: proton-c-0.37.0
            Reporter: Clifford Jansen
            Assignee: Clifford Jansen
             Fix For: proton-c-0.38.0


The current send-abort example program relies on a cadence of FLOW events, some self generated and some originating from the peer.  This cadence can be disrupted by the timing of frames at each peer.  They can also be disrupted by additional self generated FLOW frames in the case of smaller max-frame-size configurations which may be chunked between event batches.

The program can be made deterministic by not counting FLOW events but by checking the actual state change that may be expected with a FLOW event.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org