event/MultiSocketMonitor: remove duplicate IdleMonitor::Schedule() call
SetReady() does this already.
This commit is contained in:
parent
7764719513
commit
9be3a1554e
@ -228,7 +228,6 @@ private:
|
|||||||
|
|
||||||
void OnTimeout() noexcept {
|
void OnTimeout() noexcept {
|
||||||
SetReady();
|
SetReady();
|
||||||
IdleMonitor::Schedule();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void OnIdle() noexcept final;
|
virtual void OnIdle() noexcept final;
|
||||||
|
Loading…
Reference in New Issue
Block a user