do not flush in acknowledge-arrays, is also used for client->server via post, flush-buffer always called elseweher

This commit is contained in:
Gijs Stuurman 2012-05-19 16:25:59 +02:00
parent 785aae1094
commit d6681469a1

View file

@ -358,8 +358,7 @@
(-> this (-> this
(assoc :last-acknowledged-array-id array-id) (assoc :last-acknowledged-array-id array-id)
;; don't need to keep already array ids sent before acknowledged one ;; don't need to keep already array ids sent before acknowledged one
(update-in [:array-buffer] drop-queue array-id) (update-in [:array-buffer] drop-queue array-id))))
(flush-buffer))))
;; tries to do the actual writing to the client ;; tries to do the actual writing to the client
;; @todo the composition is a bit awkward in this method due to the ;; @todo the composition is a bit awkward in this method due to the
;; try catch and if mix ;; try catch and if mix