[jboss-jira] [JBoss JIRA] Created: (JBREM-722) BisocketClientInvoker should start pinging on control connection without waiting for call to createsocket()

Ron Sigal (JIRA) jira-events at lists.jboss.org
Sat Mar 10 17:05:46 EST 2007


BisocketClientInvoker should start pinging on control connection without waiting for call to createsocket()
-----------------------------------------------------------------------------------------------------------

                 Key: JBREM-722
                 URL: http://jira.jboss.com/jira/browse/JBREM-722
             Project: JBoss Remoting
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions:  2.2.0.Beta1 (Bluto)
            Reporter: Ron Sigal
         Assigned To: Ron Sigal
             Fix For:  2.2.0.Beta1 (Bluto)


Currently, a callback BisocketClientInvoker waits for the first call to createSocket() to start pinging on control connection.  But the BisocketServerInvoker.ControlMonitorTimerTask on the client side doesn't start testing for pings until it gets the first ping.  So, if the control connection were to break before the first call to createSocket(), the ControlMonitorTimerTask wouldn't recreate the control connection and createSocket() wouldn't be able to get a new socket.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list