Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

HttpTracker: Http Service remove was not handled properly #73

Closed
wants to merge 3 commits into from
Closed

HttpTracker: Http Service remove was not handled properly #73

wants to merge 3 commits into from

Conversation

stefanseifert
Copy link

while debugging i finally spotted the source of the problem for #65.
the main reason was a very subtle bug in HttpTracker with a wrong signature resulting that the method was never called. and unget service was not called properly for http services.

…for HttpService instances as well

remove explict unget call for resource tracker because the unget from ServiceContainer is applied here as well
@hstaudacher
Copy link
Owner

@stefanseifert can you rework the pull request in a single commit that is mergable? Thanks in advance.

@stefanseifert
Copy link
Author

i've merged the pull request with your current master, it merged fine without conflicts.
if you want to merge it into you master with a single commit you can use the --squash option on the git merge command.

@hstaudacher
Copy link
Owner

Perfect. Thanks!

@hstaudacher
Copy link
Owner

The changes of this pull request were also included in #93 and are merged into master now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants