gRPC: Fix up comments and clean up callback code

This commit is contained in:
Gaute Lindkvist
2019-05-23 09:58:04 +02:00
parent 0cb2194bfb
commit 6ad0c8fbe1
5 changed files with 79 additions and 61 deletions

View File

@@ -1681,7 +1681,7 @@ void RiaGuiApplication::runIdleProcessing()
#ifdef ENABLE_GRPC
if (!caf::ProgressInfoStatic::isRunning())
{
m_grpcServer->processRequests();
m_grpcServer->processAllQueuedRequests();
}
#endif
}