spdlog::info("evslicer {} event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
returnret;
}
first=end=0;
set<long>tmp;
intfound=0;
...
...
@@ -920,7 +932,7 @@ public:
this->eventQueue.pop();
}
}
if(evt.empty()){
continue;
}
...
...
@@ -947,9 +959,10 @@ public:
if(tse<first){
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
continue;
}elseif(first==0||tse>end){
}
elseif(first==0||tse>end){
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}), resched to run in {}s.",selfId,tss,tse,first,end,this->seconds+5);