1
This commit is contained in:
parent
6272412d62
commit
8ac9b19145
@ -196,7 +196,11 @@ void SyncHelper::_SS_IM_GuildMemberUpdateResponse(f8::MsgHdr& hdr, const ss::SS_
|
||||
|
||||
void SyncHelper::_SS_IM_ApplyChangeResponse(f8::MsgHdr& hdr, const ss::SS_IM_ApplyChangeResponse& msg)
|
||||
{
|
||||
|
||||
auto itr = pending_request_hash_.find(msg.seqid());
|
||||
if (itr != pending_request_hash_.end()) {
|
||||
a8::Timer::Instance()->DeleteTimer(itr->second);
|
||||
RemovePendingRequest(msg.seqid());
|
||||
}
|
||||
}
|
||||
|
||||
void SyncHelper::RemovePendingRequest(long long seqid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user