Merge "Removed redundant 'the'"
This commit is contained in:
commit
9a5ce19075
@ -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…
x
Reference in New Issue
Block a user