From 48fffc757d216378f8560cd79664ff1fa28f6d08 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 9 Apr 2023 12:33:01 +0000 Subject: [PATCH] 1 --- server/wsproxy/mastermgr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/server/wsproxy/mastermgr.h b/server/wsproxy/mastermgr.h index 707c404..df2f0be 100644 --- a/server/wsproxy/mastermgr.h +++ b/server/wsproxy/mastermgr.h @@ -40,7 +40,6 @@ class MasterMgr : public a8::Singleton std::shared_ptr GetConnById(int instance_id); private: - int target_conn_id_ = 100; long long curr_context_id_ = 0; std::map> mastersvr_hash_; std::map pending_socket_hash_;