We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bb46d commit 93490c5Copy full SHA for 93490c5
src/DoocsBackend.cc
@@ -195,7 +195,8 @@ namespace ChimeraTK {
195
_startVersion = {};
196
setOpenedAndClearException();
197
198
- // re-trigger catalogue filling? Only done after close() has been called *and* catalogue is not taken from cache
+ // re-trigger catalogue filling? Only done if catalogue is not taken from cache, is not currently begin fetched, and
199
+ // the catalogue is incomplete.
200
if(!_catalogueFromCache && !_catalogueFuture.valid() && !catalogue.isComplete()) {
201
_cancelFlag = std::promise<void>{};
202
_catalogueFuture =
0 commit comments