You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/01/10 18:07:47 UTC

svn commit: r1431505 - /activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala

Author: chirino
Date: Thu Jan 10 17:07:47 2013
New Revision: 1431505

URL: http://svn.apache.org/viewvc?rev=1431505&view=rev
Log:
Fixes APLO-286: High throughput websocket client intermittently stops receiving messages

Modified:
    activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala

Modified: activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala?rev=1431505&r1=1431504&r2=1431505&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/jetty/WebSocketTransportFactory.scala Thu Jan 10 17:07:47 2013
@@ -539,6 +539,7 @@ object WebSocketTransportFactory extends
         outbound_drained = 0
         dispatch_queue {
           outbound_capacity_remaining += amount
+          flush();
           transportListener.onRefill()
         }
       }