This commit is contained in:
azw 2023-04-11 13:21:29 +00:00
parent 6c1441cd8f
commit 4c31f2a711

View File

@ -96,13 +96,7 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
std::shared_ptr<Master> svr = GetConnById(code % mastersvr_hash_.size() + 1);
if (svr) {
++curr_context_id_;
#if 0
a8::TimerAttacher* timer_attacher = new a8::TimerAttacher();
#endif
f8::MsgHdr* new_hdr = hdr.Clone();
#if 0
new_hdr->user_data = timer_attacher;
#endif
ss::SS_WSP_RequestTargetServer msg;
msg.set_context_id(curr_context_id_);