Flush output after writing a line.

This commit is contained in:
Tony Garnock-Jones 2014-06-02 16:33:35 -04:00
parent 435ab0fbd8
commit 52faa78444
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
(transition seen-remote? (send (tcp-channel local-handle remote-handle line)))]
[(message (tcp-channel _ _ bs) 0 #f)
(write-bytes bs)
(flush-output)
#f]
[(routing-update g)
(define remote-present? (not (gestalt-empty? g)))