更新framework

This commit is contained in:
aozhiwei 2018-08-15 10:27:18 +08:00
parent d69565b450
commit a856bfa405
3 changed files with 2 additions and 4 deletions

View File

@ -348,10 +348,8 @@ void App::ProcessTargetServerMsg(MsgHdr& hdr)
return;
}
if (hdr.msgid == ss::_SS_CMLogin || hdr.msgid == ss::_SS_CMReConnect) {
#if 0
GameClientMgr::Instance()->BindTargetConn(hdr.socket_handle, hdr.ip_saddr);
GCListener::Instance()->MarkClient(hdr.socket_handle, true);
#endif
}
GCListener::Instance()->ForwardTargetConnMsg(hdr);
}

View File

@ -72,7 +72,7 @@ void TargetConn::ForwardClientMsg(MsgHdr& hdr)
head->msgid = hdr.msgid;
head->seqid = hdr.seqid;
head->magic_code = MAGIC_CODE;
#if 0
#if 1
head->rpc_error_code = 0;
#endif
head->socket_handle = hdr.socket_handle;

@ -1 +1 @@
Subproject commit eeff8271e3cfd0b111ea81b2ee79bfe755e4f9fc
Subproject commit 5b0b534ba49ef1b25a334d60ec3f039c46231901