GitHub user kgiusti opened a pull request:
https://github.com/apache/qpid-dispatch/pull/202
DISPATCH-813: change lifecycle of link route to remove reference count
Remove the ref counting when adding/removing link route patterns and
instead simply add the pattern when the address is first added to the
hash table, and remove it when the address is removed.
Technique proposed by Ted Ross.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kgiusti/dispatch DISPATCH-813-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/202.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 #202
----
commit f386477c4fe9865943c06123f3d17613a58a013f
Author: Kenneth Giusti <[email protected]>
Date: 2017-09-27T20:12:05Z
DISPATCH-813: change lifecycle of link route to remove reference count
Remove the ref counting when adding/removing link route patterns and
instead simply add the pattern when the address is first added to the
hash table, and remove it when the address is removed.
Technique proposed by Ted Ross.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]