This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/pubsub-interceptor-fix
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 87491ea Updates pubsub tcp receiver so that no extra message gets
deserialized after a subscriber takes ownership if this is not needed.
add 4265e93 Updates pubsub interceptor api for const correctness.
add 53177ff Fixes an mem leak issue when using metadata in pubsub
No new revisions were added by this update.
Summary of changes:
.../pubsub/interceptors/include/first_interceptor_private.h | 8 ++++----
.../pubsub/interceptors/include/second_interceptor_private.h | 8 ++++----
.../pubsub/examples/pubsub/interceptors/src/first_interceptor.c | 6 +++---
.../pubsub/examples/pubsub/interceptors/src/second_interceptor.c | 8 ++++----
bundles/pubsub/integration/CMakeLists.txt | 8 +++++---
bundles/pubsub/integration/gtest/PubSubInterceptorTestSuite.cc | 8 ++++----
bundles/pubsub/pubsub_admin_tcp/v2/src/pubsub_tcp_topic_sender.c | 5 ++---
.../pubsub_admin_websocket/v2/src/pubsub_websocket_topic_sender.c | 7 +++----
bundles/pubsub/pubsub_admin_zmq/v2/src/pubsub_zmq_topic_sender.c | 7 ++++---
bundles/pubsub/pubsub_spi/include/pubsub_interceptor.h | 8 ++++----
10 files changed, 37 insertions(+), 36 deletions(-)