This is an automated email from the ASF dual-hosted git repository. abroekhuis pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/celix.git
commit aac452c876334136c5a8821db45687db5102991c Merge: 6516fa5 c6b5971 Author: Alexander Broekhuis <[email protected]> AuthorDate: Wed Apr 1 20:36:32 2020 +0200 Merge pull request #181 from apache/feature/scope_usage Updated ZMQ implementation to use NULL if scope is not set. Only when… .../publisher/private/src/ps_pub_activator.c | 2 +- .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 42 +++++++------- .../src/pubsub_tcp_topic_receiver.c | 46 ++++++++++------ .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 20 ++++--- .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c | 40 ++++---------- .../src/pubsub_udpmc_topic_receiver.c | 28 ++++++---- .../src/pubsub_udpmc_topic_sender.c | 10 +++- .../src/pubsub_websocket_admin.c | 40 ++++++-------- .../src/pubsub_websocket_topic_receiver.c | 30 ++++++---- .../src/pubsub_websocket_topic_sender.c | 16 ++++-- .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 51 +++++------------ .../src/pubsub_zmq_topic_receiver.c | 36 +++++++----- .../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c | 18 +++--- .../pubsub/pubsub_api/include/pubsub/publisher.h | 3 - .../pubsub/pubsub_api/include/pubsub/subscriber.h | 2 - .../pubsub_discovery/src/pubsub_discovery_impl.c | 4 +- .../pubsub/pubsub_spi/include/pubsub_constants.h | 5 ++ bundles/pubsub/pubsub_spi/src/pubsub_endpoint.c | 19 +++++-- bundles/pubsub/pubsub_spi/src/pubsub_utils.c | 26 ++------- .../src/pubsub_topology_manager.c | 64 +++++++++++++--------- .../src/pubsub_nanomsg_topic_receiver.cc | 2 +- 21 files changed, 254 insertions(+), 250 deletions(-)
