This commit is contained in:
jl777
2016-10-29 13:52:31 -03:00
parent 43a3c405d8
commit 10fa67233f

View File

@@ -42,6 +42,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
while (!fShutdown) while (!fShutdown)
{ {
MilliSleep(2000); MilliSleep(2000);
if ( ASSETCHAINS_SYMBOL[0] != 0 )
komodo_gateway_iteration(ASSETCHAINS_SYMBOL); komodo_gateway_iteration(ASSETCHAINS_SYMBOL);
fShutdown = ShutdownRequested(); fShutdown = ShutdownRequested();
} }