pnoltes opened a new pull request, #452:
URL: https://github.com/apache/celix/pull/452

   This PR should fix issue #397.
   
   I expect the issue was that the import/export components where using the 
suspend strategy resulting in unnecessary starting/stopping of the components.
   
   This PR also:
    - Add a better error handling for setting up TopicSenders and 
TopicReceivers in the pubsub topology manager
    - Replaces some usage of strndup, due to gcc11 warning for 
stringop-overread. I got these errors when trying to reproduce the race 
condition using a Release build type. 


-- 
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

Reply via email to