1
This commit is contained in:
parent
351d3c8eda
commit
ce5d5b7f6e
@ -52,6 +52,8 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, const std::string& team_
|
|||||||
msg.set_team_id(team_id);
|
msg.set_team_id(team_id);
|
||||||
svr->SendMsg(msg);
|
svr->SendMsg(msg);
|
||||||
pending_socket_hash_[hdr.socket_handle] = curr_context_id_;
|
pending_socket_hash_[hdr.socket_handle] = curr_context_id_;
|
||||||
|
assert(pending_request_hash_.find(curr_context_id_) == pending_request_hash_.end());
|
||||||
|
pending_request_hash_[curr_context_id_] = hdr.Clone();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user