wangzhengquan
2021-01-26 5d449964e0840ea969b405c9995a6ae1b6beece6
src/net/net_mod_socket.cpp
@@ -345,6 +345,7 @@
    if(ret == 0 ) {
      n_pub_suc++;
    }
    return n_pub_suc;
  }
  for (i = 0; i < arrlen; i++) {
@@ -374,7 +375,7 @@
      }
      request_head.mod = BUS;
      memcpy(request_head.host, node->host, sizeof(request_head.host));
      request_head.key = node->key;
      request_head.key = SHM_BUS_KEY;
      request_head.content_length = content_size;
      request_head.topic_length = strlen(topic) + 1;
      request_head.timeout = msec;