From 966cd2ed17dc23a7b8c756440307fe47d0fe5693 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 12 May 2017 17:14:18 -0400 Subject: [PATCH] Comment --- racket/syndicate/examples/actor/chat-multiroom.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/racket/syndicate/examples/actor/chat-multiroom.rkt b/racket/syndicate/examples/actor/chat-multiroom.rkt index 23cb2d1..c96411e 100644 --- a/racket/syndicate/examples/actor/chat-multiroom.rkt +++ b/racket/syndicate/examples/actor/chat-multiroom.rkt @@ -1,5 +1,6 @@ #lang syndicate/actor ;; Evolution of chat-simplified-internals2.rkt to support multiple rooms. +;; Uses the approach of modifying the protocol to include a room name. (require syndicate/protocol/advertise) (require/activate syndicate/drivers/tcp)