Skip to content

Commit

Permalink
[promises] Promise based filter needs to set context before finalizat…
Browse files Browse the repository at this point in the history
…ion (#33790)
  • Loading branch information
ctiller committed Jul 20, 2023
1 parent 3d9f2d8 commit ef770e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/lib/channel/promise_based_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class BaseCallData : public Activity, private Wakeable {
std::string ActivityDebugTag(WakeupMask) const override { return DebugTag(); }

void Finalize(const grpc_call_final_info* final_info) {
ScopedContext ctx(this);
finalization_.Run(final_info);
}

Expand Down

0 comments on commit ef770e5

Please sign in to comment.