This commit is contained in:
Tony Garnock-Jones 2017-05-12 17:14:18 -04:00
parent 4be0a8cb59
commit 966cd2ed17
1 changed files with 1 additions and 0 deletions

View File

@ -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)