From 58e7d6df7e3fa0a7134067d7c738b265f375636b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 28 Dec 2020 10:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A49003=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/wsproxy/mastersvrmgr.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/wsproxy/mastersvrmgr.cc b/server/wsproxy/mastersvrmgr.cc index 0930318..a094b9d 100644 --- a/server/wsproxy/mastersvrmgr.cc +++ b/server/wsproxy/mastersvrmgr.cc @@ -75,6 +75,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, int is_reconnect, int proto_version) { + #if 0 #if GAME_ID == 9003 { TargetConn* conn = TargetConnMgr::Instance()->RecreateTargetConn( @@ -90,6 +91,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, } } #endif + #endif if (GetContextIdBySocket(hdr.socket_handle) != 0) { return; }