26b0be585a
The patch for https://review.openstack.org/#/c/436958/ fixed a threading problem by moving the ack back to the polling thread. However the RPC server expects to catch any failures of the ACK and abort the request. This patch adds the ACK error handling back to the polling thread. This patch is based heavily off the original work done by Mehdi Abaakouk (sileht). Change-Id: I708c3d6676b974d8daac6817c15f596cdf35817b Closes-Bug: #1695746 |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
dispatcher.py | ||
server.py | ||
transport.py |