fix the the typo
This commit is contained in:
parent
53a877d76d
commit
137c4c8b3d
12 changed files with 13 additions and 13 deletions
|
|
@ -56,7 +56,7 @@ to avoid inbound connections from other cluster nodes to the client, i.e.
|
|||
the ``sender()``, as seen by the destination actor, is not the client itself.
|
||||
The ``sender()`` of the response messages, as seen by the client, is ``deadLetters``
|
||||
since the client should normally send subsequent messages via the ``ClusterClient``.
|
||||
It is possible to pass the the original sender inside the reply messages if
|
||||
It is possible to pass the original sender inside the reply messages if
|
||||
the client is supposed to communicate directly to the actor in the cluster.
|
||||
|
||||
While establishing a connection to a receptionist the ``ClusterClient`` will buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue