Skip to content

Commit

Permalink
Merge pull request #310 from BeyondWUXF/hotfix/BeyondWUXF/TC_TimeoutQ…
Browse files Browse the repository at this point in the history
…ueueNew

Update tc_timeout_queue_new.h
  • Loading branch information
ruanshudong authored Aug 31, 2024
2 parents 8a11e79 + a4556de commit be2b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/include/util/tc_timeout_queue_new.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ template<typename T> void TC_TimeoutQueueNew<T>::timeout(data_functor &df)
if(_time.end() == it || it->first>iNow)
break;

ptr=it->second->second.ptr;
ptr=it->second.dataIter->second.ptr;
if(!it->second.dataIter->second.hasSend)
{
_send.erase(it->second.dataIter->second.sendIter);
Expand Down

0 comments on commit be2b763

Please sign in to comment.