Re: [Quickfix-developers] Disconnection issue
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-07-11 02:15:46
|
What does the log of the other application say? > -------- Original Message -------- > Subject: [Quickfix-developers] Disconnection issue > From: "Julián_Mendiola" <jul...@pr...> > Date: Thu, July 10, 2008 3:09 pm > To: "or...@qu..." <or...@qu...>,quickfix-users > <qui...@li...>,qui...@li... > > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html<hr>For some reason my initiator disconnect after sending the logOn message, > this this the method tracking... > > SocketInitiator::onStart() > L---> m_connector.block( *this ); > SocketConnector::block : > L---> m_monitor.block( wrapper, poll ); > SocketMonitor::processReadSet : > L---> strategy.onEvent( *this, s ); > SocketConnector.onEvent : > L---> m_strategy.onDisconnect( m_connector, socket ) > Session-disconect() : > L---> socketInitiator.onDisconnect() > Disconnecting... > > Why is it disconnecting??? In the logger file just say : "Connection reset > by peer" and the peer is other application (mine), it is not closing the > socket... the problem is in the Initiator as you can see above. Which are > the possible causes that can trigger the break down of it??? > > Any clue?<hr>------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08<hr>_______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |