-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matching rules are never removed from the bus #26
Comments
Fixed in 1.0.11. My testing on this was somewhat limited though, let me know if I botched the fix. |
Where is 1.0.11? The newest release in this repository is 1.0.6. |
Ah, in pypi. Would be nice if this repository were actually up-to-date with the packages. I would have actually noticed any new releases. I can't use the package because I need to maintain a local fork. Anyway, my first attempt at implementing this ended up basically identical to your code. I've got a smarter version now which consolidates matches that construct the same rule string. The new callback gets added to the router, but another match is not added to the bus. I'll send a pull request once I've tested the code. |
That is, I could create a pull request if this repo were at least at version 1.0.11 for me to merge into. |
If you have a better implementation, please do send a pull request. The On Wed, Apr 8, 2015 at 3:01 AM, Jan Alexander Steffens <
|
Heftig, Do you have an eta for making a pull request that includes your changes? I'd like to cut a new txdbus release soon to include an endian fix that was recently submitted but I'd also like to include your changes if possible. Tom |
Sorry, I ran into a bit of trouble with ensuring that there is ever only one in-flight request for any match, so this is on the backburner now. |
DBusClientConnection's delMatch should remove rules from the bus by calling RemoveMatch with the original rule string. Otherwise, they can keep accumulating until the bus refuses to add any more rules.
The text was updated successfully, but these errors were encountered: