Skip to content

Commit

Permalink
Fix deadlock when unblocking connection on stream (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
torwig authored Jan 17, 2023
1 parent c01a5c1 commit 319e841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ void Server::UnblockOnStreams(const std::vector<std::string> &keys, Redis::Conne
}
break;
}
++it;
}
}
}
Expand Down

0 comments on commit 319e841

Please sign in to comment.