[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/multiplex ...

Ron Sigal ron_sigal at yahoo.com
Sat Jul 22 23:37:11 EDT 2006


  User: rsigal  
  Date: 06/07/22 23:37:11

  Modified:    src/main/org/jboss/remoting/transport/multiplex 
                        OutputMultiplexor.java
  Log:
  JBREM-534:  If unregister() is called by a client that isn't recognized, call outputFlushed() callback method anyway - could be that client (MultiplexingManager) called once before but is this time is shutting down and is waiting for call back.
  
  Revision  Changes    Path
  1.29      +1 -0      JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OutputMultiplexor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- OutputMultiplexor.java	22 Jul 2006 22:12:25 -0000	1.28
  +++ OutputMultiplexor.java	23 Jul 2006 03:37:11 -0000	1.29
  @@ -297,6 +297,7 @@
            if (writeQueue == null)
            {
               log.debug("attempt to unregister unknown Listener: " + client);
  +            client.outputFlushed();
               return;
            }
            
  
  
  



More information about the jboss-cvs-commits mailing list