GitHub user ChugR opened a pull request:
https://github.com/apache/qpid-dispatch/pull/194
DISPATCH-825: Fix interlocking between message send and receive
Don't allow a buffer on the message buffer chain that might be removed.
Use a content-based pending buffer instead.
Don't release message lock between adding final buffer and setting
receive_complete flag.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ChugR/qpid-dispatch DISPATCH-825
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/194.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #194
----
commit b6e10668a59fc3953698ce1fcc27f45b307276c3
Author: Chuck Rolke <[email protected]>
Date: 2017-09-13T15:49:30Z
DISPATCH-825: Fix interlocking between message send and receive
Don't allow a buffer on the message buffer chain that might be removed.
Use a content-based pending buffer instead.
Don't release message lock between adding final buffer and setting
receive_complete flag.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]