abroekhuis commented on a change in pull request #253:
URL: https://github.com/apache/celix/pull/253#discussion_r439205651



##########
File path: bundles/pubsub/pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c
##########
@@ -621,8 +626,9 @@ static int psa_zmq_topicPublicationSend(void* handle, 
unsigned int msgTypeId, co
 
                     //send Payload
                     if (rc > 0) {
+                        int flag = ((metadataLength > 0)  && (footerLength > 
0)) ? ZMQ_SNDMORE : 0;

Review comment:
       Shouldn't this be an OR "||'?




----------------------------------------------------------------
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:
[email protected]


Reply via email to