Oren,
I have made a code change which allows us to use our Monitoring tools to
alert us when a customers connection has gone down abnormally - no logout
sequence between the client and acceptor.
Here is the diff if you choose to use it.
$diff Session.cpp cvs/Session.cpp
484,487c484
< if(!m_state.sentLogout())
< m_state.onEvent( "Dropped Connection" );
< else
< m_state.onEvent( "Disconnecting" );
---
> m_state.onEvent( "Disconnecting" );
This is based upon what is currently in CVS.
-jd-
|