Fix a timer bug for daemon mode

This commit is contained in:
an-tao 2018-10-12 18:38:17 +08:00
parent 60fae7d1c1
commit 79c6bb4e0a
2 changed files with 4 additions and 2 deletions

View File

@ -292,8 +292,10 @@ void HttpAppFrameworkImpl::run()
{
//go daemon!
godaemon();
#ifdef __linux__
_loop.resetTimerQueue();
#endif
}
//set relaunching
if(_relaunchOnError)
{

@ -1 +1 @@
Subproject commit fe58a81e34b34991d1f356718dd99616c0859716
Subproject commit 3360368cd8ddd45fa7f05d667bf8a3de85977bb9