Timeout parameter in stepEventLoop gets ignored
mo-xiaoming opened this issue · 0 comments
mo-xiaoming commented
If the timeoutMS
parameter is anything other than -1
- If there are any timers, this timeout gets ignored
- otherwise,
epoll_wait
timeouts out on this, butstepEventLoop
doesn't exit