Flushing output after frame is sent.

This commit is contained in:
Thomas Hintz 2015-04-18 10:57:12 -07:00
parent 946552f79c
commit 5816661ebf
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@
outbound-port)
(write-string data len outbound-port)
(flush-output (response-port (current-response)))
#t))
(define (send-message data #!optional (optype 'text) (ws (current-websocket)))