pnoltes commented on issue #87: URL: https://github.com/apache/celix/issues/87#issuecomment-1962992068
With the addition of `celix_bundleContext_useTrackedService*` functions, the functions `celix_bundleContext_useService*` and methods `celix::BundleContext::useService*` are functional superfluous and less ideal to use (more prone to deadlocks). - [ ] Remove the the functions `celix_bundleContext_useService*` and methods `celix::BundleContext::useService*` to decrease the code size and improve the maintainability. Also introduce some testing methods to replace the useService with wait timeout usecase for testing. -- 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-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org