Skip to content

Commit

Permalink
Argument to RecordSubscribe should not be a stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
haussli committed Jan 30, 2024
1 parent 7f1602f commit c0943cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0943cb

Please sign in to comment.