File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,18 @@ to v1 packets. This is because:
180180
181181These behaviors are the same for v1 and v2.
182182
183+ ### Recommended Naming
184+ In existing implementations of this proposal, the entity responsible for the ** caller** role(s) in the
185+ above workflow is called ` RpcClientManager ` . The entity responsible for the ** handler** role(s) in
186+ the above workflow is called ` RpcServerManager ` .
187+
188+ Store client protocol versions in constants named ` CLIENT_PROTOCOL_DEFAULT ` for ` 0 ` , and
189+ ` CLIENT_PROTOCOL_DATA_STREAM_RPC ` for ` 1 ` .
190+
191+ Use these names unless it would be burdensome to do so due to past sdk architecture decisions - if
192+ you don't use these names, please provide a rationale to the user and make sure they agree before
193+ continuing.
194+
183195## Minimum required test cases
184196
185197The following tests represent the minimum set that must pass for a conforming implementation. They
You can’t perform that action at this time.
0 commit comments