lichao
2021-06-29 6c07fe29a5185835f28059f627a1d30e462da28b
src/topic_node.h
@@ -163,8 +163,8 @@
   bool Init();
   bool Valid() const { return state() != eStateUninited; }
   std::mutex mutex_;
   MQId ssn_id_ = 0;
   std::atomic<State> state_;
   MQId ssn_id_ = 0;
   int proc_index_ = -1;
   TopicQueryCache topic_query_cache_;