From f57b68603ad968d5a8aa91d7d8be1c049b371c9d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 3 Jul 2012 11:10:52 -0400 Subject: [PATCH] Note re yield. --- new-server.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/new-server.rkt b/new-server.rkt index 31f3561..2a44460 100644 --- a/new-server.rkt +++ b/new-server.rkt @@ -160,6 +160,8 @@ ;; Wait for a cycle to let the reader and writer get ;; started, then tell the reader we are ready for a ;; single packet and spawn the session manager. + + ;; TODO: try using presence instead of the yield. (yield #:state state (transition state (send-message (inbound-credit 1))