Skip to content

Commit

Permalink
fix: fix session load
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jun 3, 2024
1 parent 75fbe5f commit 92f30f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LoadSessionWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ void LoadSessionWorker::Execute() {
tokens.capacity(), &count)) {
SetError("Failed to load session");
}
tokens.resize(count);
_sess->set_tokens(std::move(tokens));
_sess->get_mutex().unlock();
}
Expand Down

0 comments on commit 92f30f9

Please sign in to comment.