PengZheng commented on issue #766: URL: https://github.com/apache/celix/issues/766#issuecomment-2262260776
The point of Service on Demand is that services are only created and registered when there is a need, which is obvious not the case in your Pou bundle. Please read the source code of `bundles/logging/log_admin/src/celix_log_admin.c` to study how instances of "celix_log_service" are provided on demand. > it is not implemented in C++ It doesn't matter. All components needed are included in our C++ API. For example, the C++ version of `celix_bundleContext_trackServiceTrackersAsync` is named `MetaTracker`. This issue should be concluded, since there is no issue needing fix for Celix. For further usage question, PLEASE use the mailing list. -- 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