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

rbulter pushed a commit to branch 
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2_add_make_non_blocking_v2
in repository https://gitbox.apache.org/repos/asf/celix.git

commit dbf6bdc2ebbfa70b0feaf802bc9f3195a527d333
Author: Roy Bulter <[email protected]>
AuthorDate: Mon Aug 3 10:35:43 2020 +0200

    Update handler
---
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c      | 1 +
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c 
b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c
index 5099aad..20eb401 100644
--- a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c
+++ b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c
@@ -670,6 +670,7 @@ int pubsub_tcpHandler_setMaxMsgSize(pubsub_tcpHandler_t 
*handle, unsigned int si
     if (handle != NULL) {
         celixThreadRwlock_writeLock(&handle->dbLock);
         handle->maxMsgSize = size;
+        handle->maxMsgSize = 4;
         celixThreadRwlock_unlock(&handle->dbLock);
     }
     return 0;
diff --git a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c 
b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
index 754e769..7ae65d1 100644
--- a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
+++ b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
@@ -66,7 +66,6 @@ struct pubsub_tcp_topic_sender {
     char *topic;
     char *url;
     bool isStatic;
-    bool verbose;
     struct {
         long svcId;
         celix_service_factory_t factory;

Reply via email to