From 5b86907458f216822765b750044644b81b52eff7 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Sun, 19 Jun 2016 23:47:50 +0200 Subject: [PATCH] Updated Communication (markdown) --- Communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Communication.md b/Communication.md index f1830f7..26b866f 100644 --- a/Communication.md +++ b/Communication.md @@ -50,7 +50,7 @@ Commands: ## Broker - Worker communication -Broker is server when comminicating with worker. IP address and port are configurable, protocol is TCP. Worker socket is DEALER, broker one is ROUTER type. +Broker is server when comminicating with worker. IP address and port are configurable, protocol is TCP. Worker socket is DEALER, broker one is ROUTER type. Because of that, very first part of every (multipart) message from broker to worker must be target worker's socket identity (which is saved on it's **init** command). Commands from broker to worker: