Removed redundant 'the'
Removed redundant 'the' Change-Id: Iba66e79c38ebc79c2f916f0704b00927849061c3
This commit is contained in:
parent
beb23103b0
commit
fa43769080
@ -386,7 +386,7 @@ class RPCClient(_BaseCallContext):
|
|||||||
The cast() operation is best-effort: cast() will block the
|
The cast() operation is best-effort: cast() will block the
|
||||||
calling thread until the RPC request method is accepted by the
|
calling thread until the RPC request method is accepted by the
|
||||||
messaging transport, but cast() does *not* verify that the RPC method
|
messaging transport, but cast() does *not* verify that the RPC method
|
||||||
has been invoked by the server. cast() does guarantee that the the
|
has been invoked by the server. cast() does guarantee that the
|
||||||
method will be not executed twice on a destination (e.g. 'at-most-once'
|
method will be not executed twice on a destination (e.g. 'at-most-once'
|
||||||
execution).
|
execution).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user