diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index 577cd7fedb4..dd06b2932b7 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -1234,6 +1234,10 @@ ServerI::load(const AMD_Node_loadServerPtr& amdCB, const InternalServerDescripto if(!_desc || (_load && descriptorUpdated(_load->getInternalServerDescriptor(), _desc))) { + // + // If the server initial loading didn't complete yet or there's a new updated descriptor + // waiting to be loaded, we wait for the loading to complete before replying. + // _load->addCallback(amdCB); return 0; } |