NOTE: Jira is for bug reports and feature requests.
If you are entering an issue to ask a question,
please use the QuickFIX/J support options. Thank you.

Issue Details (XML | Word | Printable)

Key: QFJ-385
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Mike Gu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickFIX/J

If one Session reset failed, it will cause all existed session failed

Created: 17/Dec/08 01:02 PM   Updated: 17/Dec/08 01:02 PM
Component/s: Engine
Affects Version/s: 1.3.3
Fix Version/s: None

Environment: Windows XP


 Description  « Hide
If one SessionState reset() failed, it will throw a RuntimeError and cause all existed session failed. It's unacceptable.
    public void reset() {
        try {
            messageStore.reset();
        } catch (IOException e) {
            throw new RuntimeError(e);
        }
    }

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.