equal
deleted
inserted
replaced
138 |
138 |
139 |
139 |
140 if(iSessionCount == 0 && iSessionRequests.Count() > 0) |
140 if(iSessionCount == 0 && iSessionRequests.Count() > 0) |
141 { |
141 { |
142 DEBUG_TRACE("Re-issuing request straight away", __LINE__) |
142 DEBUG_TRACE("Re-issuing request straight away", __LINE__) |
143 After(KSmallDelay); |
143 if( !IsActive() ) |
|
144 After(KSmallDelay); |
144 } |
145 } |
145 // If a connection just closed remember the time-stamp so later it can be decided when to re-issue |
146 // If a connection just closed remember the time-stamp so later it can be decided when to re-issue |
146 iSomeSessionEnded = ETrue; |
147 iSomeSessionEnded = ETrue; |
147 iTimeOfLastEndedSession.UniversalTime(); |
148 iTimeOfLastEndedSession.UniversalTime(); |
148 } |
149 } |