[Quickfix-users] Disconnection issue
Brought to you by:
orenmnero
From: J. M. <jul...@pr...> - 2008-07-10 20:09:05
|
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? |