[QFJ-317] Improve processing of invalid messages Created: 19/Jun/08  Updated: 07/Aug/08  Resolved: 19/Jun/08

Status: Closed
Project: QuickFIX/J
Component/s: None
Affects Version/s: 1.3.1
Fix Version/s: 1.3.2

Type: Improvement Priority: Default
Reporter: Steve Bate Assignee: Steve Bate
Resolution: Fixed Votes: 0
Labels: None


 Description   

I've seen this before, Sometimes quickfixj receive messages but doesn't call state.setLastReceivedTime(SystemTime.currentTimeMillis() because those message can't pass the verification. My solution is move
state.setLastReceivedTime(SystemTime.currentTimeMillis());
state.clearTestRequestCounter();
to the top of the Session.verify(Message msg, boolean checkTooHigh, boolean checkTooLow).

Mike Gu
[email protected]


Generated at Sat May 11 06:08:16 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.