[Quickfix-developers] Bug in Session::nextResendRequest? (v1.12.4)
Brought to you by:
orenmnero
|
From: Jeevaka D. <je...@bl...> - 2007-08-08 23:41:55
|
Last 3 lines at the end of the method update the target sequence number in
the local state. However, when the persistence is disabled the method
returns at the end of "if ( !m_persistMessages ) {}" block thus skipping the
target sequence number update.
I guess this was not detected earlier because most of the time persistence
is enabled.
Jeevaka
|