Comment 13 for bug 1338732

Revision history for this message
Mehdi Abaakouk (sileht) wrote :

I can't reproduce this issue, the timeout code path of oslo.messaging have been fixed, Can you try with oslo.messaging 1.5 if this is still valid.

Also test code in the bug description is wrong, you need to ack message to make it works:

    msg = listener.poll()
    msg.acknowledge()