rlenferink opened a new issue #103: Race condition in adding/removing service listener hooks URL: https://github.com/apache/celix/issues/103 There is a race condition when removing or adding service listener hooks. This is because the underlining service registration of the service listener hook service is not protected while using it. Adding a usage count with condition should fix this.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
