mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 21:21:32 +00:00
Fix typo
This commit is contained in:
parent
743fab366b
commit
22cdbaac2c
@ -13,7 +13,7 @@ message:
|
|||||||
ZeroMQ's sub-pub sockets use enveloped messages
|
ZeroMQ's sub-pub sockets use enveloped messages
|
||||||
(http://zguide.zeromq.org/page:all#Pub-Sub-Message-Envelopes)
|
(http://zguide.zeromq.org/page:all#Pub-Sub-Message-Envelopes)
|
||||||
and TFW also uses them internally. This means that on ZMQ sockets
|
and TFW also uses them internally. This means that on ZMQ sockets
|
||||||
we always send the messages key separatley and then the actual
|
we always send the messages key separately and then the actual
|
||||||
message (which contains the key as well) like so:
|
message (which contains the key as well) like so:
|
||||||
|
|
||||||
socket.send_multipart([message['key'], message])
|
socket.send_multipart([message['key'], message])
|
||||||
|
Loading…
Reference in New Issue
Block a user