You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/07/30 14:39:19 UTC

[GitHub] [celix] pnoltes opened a new pull request #354: Improves bundleContext_useService call to prevent recreating svc trackers

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: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] pnoltes merged pull request #354: Improves bundleContext_useService call to prevent recreating svc trackers

Posted by GitBox <gi...@apache.org>.
pnoltes merged pull request #354:
URL: https://github.com/apache/celix/pull/354


   


-- 
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: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org