Skip to content

Commit

Permalink
Merge branch 'shush-tsan' into shush-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 24, 2024
2 parents 3abedc2 + f8ac114 commit f9cd619
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ ChaoticGoodServerListener::ChaoticGoodServerListener(
absl::AnyInvocable<std::string()> connection_id_generator)
: RefCounted<ChaoticGoodServerListener>("ChaoticGoodServerListener"),
args_(args),
event_engine_(grpc_event_engine::experimental::GetDefaultEventEngine()) {}
event_engine_(grpc_event_engine::experimental::GetDefaultEventEngine()),
connection_id_generator_(std::move(connection_id_generator)) {}

ChaoticGoodServerListener::~ChaoticGoodServerListener() {
event_engine_->Run([on_destroy_done = on_destroy_done_]() {
Expand Down

0 comments on commit f9cd619

Please sign in to comment.