Fix misstyping issue

Change-Id: I5f6ed9e021c2f218046ea6fed55e58018b595392
This commit is contained in:
Edu Alcaniz 2016-07-05 12:34:03 +02:00 committed by Gevorg Davoian
parent 35146383d0
commit 95d0402874
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class ZmqProxy(object):
2. Routers should be transparent for clients and servers. Which means
it doesn't change the way of messaging between client and the final
target by hiding the target from a client.
3. Router may be restarted or get down at any time loosing all messages
3. Router may be restarted or shut down at any time losing all messages
in its queue. Smart retrying (based on acknowledgements from server
side) and load balancing between other Router instances from the
client side should handle the situation.