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


   Fixes an issue where pubsub receivers where connecting to the wrong senders.
   
   This was because the publisher topic and scope where not check before 
connection in the setupTopicReceiver call. 
   
   Also updates the handling of scopeless (NULL) and "default" scoped 
publisher/receiver. 
   Scopeless and "default" scoped publish/subscriber get their own topic 
sender/receiver, but do connect to each other on a distributed level. This was 
done to ensure both variants (scopeless and "default" scoped) can be mixed 
together without breaking backwards compatibility. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to