f1c7e78a56

Currently it appears the timeout provided to the wait() method will be reused X number of times (where X may be indeterminate depending on reconnections, loss of messages and so-on) so instead of reusing it which can potentially result in a infinite number of calls have a new object be used that will cause the subsequent timeouts used elsewhere in the wait function to actually decay correctly. Closes-bug: #1379394 Change-Id: I12c4ea1eef6b857d12246db0483adaf7c87e740c
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
See also: Library Documentation
Description
Languages
Python
99.8%
Shell
0.2%