[Quickfix-developers] RE: fromAdmin/fromApp not getting called on Logout from rejected logon
Brought to you by:
orenmnero
From: Jason F. <jf...@ty...> - 2005-01-10 08:02:54
|
To update on this problem, trying the suggested fix by Caleb Epstein solved the problem with the Logout message being ignored. Will the suggested fix be in the next release? Caleb Epsteins' solution : > In Session::validLogonState > > if ( msgType == MsgType_Logout && m_state.sentLogon ()) > return true; > Thanks Jason Fagan |