pnoltes opened a new pull request #354: URL: https://github.com/apache/celix/pull/354
This PR changes the way the `celix_bundleContext_useService` call works. The useService call was creating and destroying service trackers if working with a timeout and a service is not directly found. This resulted in unneeded hammering of the framework. Now the useService call will only create a service trackers once, and reuse this tracker to see if a service is available. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
