You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/06/18 19:44:55 UTC

[celix] branch feature/store_pubsub_subscriber_with_svcid updated (9a1c906 -> abbe77c)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/store_pubsub_subscriber_with_svcid
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 9a1c906  Refactors all pubsub admins to support multiple subscriber services with the same topic/scope combination in a single bundle.
     add abbe77c  Fixes pubsub receive function so that they can handle multiple subscriber and releases.

No new revisions were added by this update.

Summary of changes:
 .../src/pubsub_tcp_topic_receiver.c                |  23 +++--
 .../src/pubsub_udpmc_topic_receiver.c              |  22 +++--
 .../src/pubsub_websocket_topic_receiver.c          |  16 +++-
 .../src/pubsub_zmq_topic_receiver.c                |  21 +++--
 bundles/pubsub/test/CMakeLists.txt                 |   2 +-
 bundles/pubsub/test/test/tst_activator.c           |  56 ++++++++---
 bundles/pubsub/test/test/tst_endpoint_activator.c  | 102 ---------------------
 7 files changed, 107 insertions(+), 135 deletions(-)
 delete mode 100644 bundles/pubsub/test/test/tst_endpoint_activator.c