Correct long-languishing renaming oversight

This commit is contained in:
Tony Garnock-Jones 2014-03-09 15:44:16 -04:00
parent 9069955a95
commit a2e51dc9be
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
(send-message (tcp-channel to from data))]))))
(ground-vm tcp
(subscriber (tcp-channel ? (tcp-listener 5999) ?)
(observe-publishers (tcp-channel ? (tcp-listener 5999) ?)
(match-conversation (tcp-channel from to _)
(on-presence (spawn (echoer from to))))))