From c0943cb8f0e6351498bff9f017cf49952d92a0c6 Mon Sep 17 00:00:00 2001 From: heas Date: Tue, 30 Jan 2024 13:25:39 -0800 Subject: [PATCH] Argument to RecordSubscribe should not be a stream. --- acctz/acctz.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acctz/acctz.proto b/acctz/acctz.proto index fe77c3c..fb06972 100644 --- a/acctz/acctz.proto +++ b/acctz/acctz.proto @@ -73,7 +73,7 @@ service Acctz { // implying a stuck client (see also getsockopt(SIOCOUTQ) and // https://datatracker.ietf.org/doc/draft-ietf-idr-bgp-sendholdtimer/). // - rpc RecordSubscribe(stream RecordRequest) returns (stream RecordResponse); + rpc RecordSubscribe(RecordRequest) returns (stream RecordResponse); } // SessionInfo is the session identifier that identifies the context