Github user mgoulish commented on the issue:

    https://github.com/apache/qpid-proton/pull/99
  
    By the way -- to be able to check this much faster, rather than running a 
test that has to count all the way up to 2^31 messages, I have been changing 
one line in engine.c, from this:
    pn_delivery_map_init(&ssn->state.outgoing, 0);
    to this:
    pn_delivery_map_init(&ssn->state.outgoing, 2145483648);
    // NOTE -- that number is 2^31minus 2 million.
    
    However, after this new fix passed that shortened test several times, I ran 
a full-sized test, starting at zero.  That was successful also.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to