Include the version number in the uid of the HttpSynchronization (closes #2081)

This commit is contained in:
Alexander Bock
2022-05-06 00:53:56 -07:00
parent 2816ad4d8d
commit 9715d22af0
7 changed files with 18 additions and 21 deletions

View File

@@ -245,4 +245,8 @@ void UrlSynchronization::cancel() {
_state = State::Unsynced;
}
std::string UrlSynchronization::generateUid() {
return _identifier;
}
} // namespace openspace