lichao
2021-06-23 c1e39e20ca42b21eeac8b5068fa1f921bf9a070f
src/topic_node.cpp
@@ -628,6 +628,7 @@
      auto &sock = SockPub();
      BHMsgHead head(InitMsgHead(GetType(pub), proc_id(), ssn()));
      AddRoute(head, sock);
      head.set_topic(pub.topic());
      if (timeout_ms == 0) {
         return sock.Send(BusAddr(), head, pub);