[jboss-remoting-commits] JBoss Remoting SVN: r6192 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Dec 24 14:26:38 EST 2010


Author: ron.sigal at jboss.com
Date: 2010-12-24 14:26:38 -0500 (Fri, 24 Dec 2010)
New Revision: 6192

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java
Log:
JBREM-1247: PingTimerTask.shutDown() sets running to false.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java	2010-12-24 00:04:51 UTC (rev 6191)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java	2010-12-24 19:26:38 UTC (rev 6192)
@@ -703,6 +703,7 @@
       {
          synchronized (controlLock)
          {
+            running = false;
             controlOutputStream = null;
          }
          cancel();



More information about the jboss-remoting-commits mailing list