Skip to content

Commit

Permalink
Fix removeSession() (#3651)
Browse files Browse the repository at this point in the history
Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
  • Loading branch information
Aiee and yixinglu committed Jan 6, 2022
1 parent 35cb7e5 commit dcff297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graph/session/GraphSessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void GraphSessionManager::removeSession(SessionID id) {
if (!resp.ok()) {
// it will delete by reclaim
LOG(ERROR) << "Remove session `" << id << "' failed: " << resp.status();
return;
}
activeSessions_.erase(iter);
}
Expand Down

0 comments on commit dcff297

Please sign in to comment.