lichao
2021-06-03 b674aecae951c1f83e07f80956160fadf331d026
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_;