Skip to content

Commit

Permalink
Make poc_stream a unidirectional stream (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored Apr 14, 2022
1 parent 6d3b3b3 commit ff36c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ service gateway {
rpc follow_sc(stream gateway_sc_follow_req_v1)
returns (stream gateway_resp_v1);
rpc routing(gateway_routing_req_v1) returns (stream gateway_resp_v1);
rpc stream_poc(stream gateway_poc_req_v1) returns (stream gateway_resp_v1);
rpc stream_poc(gateway_poc_req_v1) returns (stream gateway_resp_v1);
rpc config_update(gateway_config_update_req_v1)
returns (stream gateway_resp_v1);

Expand Down

0 comments on commit ff36c41

Please sign in to comment.