aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/fuzz/engine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/fuzz/engine.cc')
-rw-r--r--pw_rpc/fuzz/engine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rpc/fuzz/engine.cc b/pw_rpc/fuzz/engine.cc
index b19dfa398..3c46b299b 100644
--- a/pw_rpc/fuzz/engine.cc
+++ b/pw_rpc/fuzz/engine.cc
@@ -57,7 +57,7 @@ struct CloseClientStreamVisitor final {
result_type operator()(std::monostate&) {}
result_type operator()(pw::rpc::RawUnaryReceiver&) {}
result_type operator()(pw::rpc::RawClientReaderWriter& call) {
- call.CloseClientStream().IgnoreError();
+ call.RequestCompletion().IgnoreError();
}
};