mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-18 21:59:30 +00:00
updated comments
This commit is contained in:
parent
b3bb2e44a1
commit
4b0a156ae1
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ func newReplyMessage(proc process, message Message, outData []byte) {
|
||||||
// TODO: Check that we still got all the fields present that are needed here.
|
// TODO: Check that we still got all the fields present that are needed here.
|
||||||
newMsg := Message{
|
newMsg := Message{
|
||||||
ToNode: message.FromNode,
|
ToNode: message.FromNode,
|
||||||
// The ToNodes field is not needed since it only a concept that exists when messages
|
// The ToNodes field is not needed since it is only a concept that exists when messages
|
||||||
// are injected f.ex. on a socket, and there they are directly converted into separate
|
// are injected f.ex. on a socket, and there they are directly converted into separate
|
||||||
// node messages. With other words a message in the system are only for single nodes,
|
// node messages. With other words a message in the system are only for single nodes,
|
||||||
// so we don't have to worry about the ToNodes field when creating reply messages.
|
// so we don't have to worry about the ToNodes field when creating reply messages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue