Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 24, 2024
1 parent f7f42e1 commit f8ac114
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ ChaoticGoodServerListener::ChaoticGoodServerListener(
: RefCounted<ChaoticGoodServerListener>("ChaoticGoodServerListener"),
server_(server),
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 f8ac114

Please sign in to comment.