lichao
2021-06-04 903b27f875e5f2a872c1b309f354b18c0450f35a
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_;