-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QFJ does not wait for Logout reply when EndTime is reached #244
Comments
Hi @cristianmorex , up to yesterday (i.e. when you created this bug) I was not aware of this problem. But from looking at the code I can confirm that what you describe is indeed happening. When the Logout is sent, the It might work to just set the Session to disabled instead, which will send a Logout and wait for a Logout to come back. But this of course needs to be implemented and tested. So to answer your last question: QFJ 2.2.0 will not fix this bug since a fix has not been implemented yet. You could either wait that someone fixes this or give it a shot and submit a pull request to fix the problem. :) Cheers, |
Hi, I'm also experiencing the logout issue mentioned by Christian. Thanks |
Hi @hmendes85 , there already is a PR #312 that should fix this. However, we will need to check if it can be included in the next patch release or if it will have to wait for 3.0.0. |
Good afternoon,
We are using QuickFix 2.2.0 and FIX4.2 messages version.
We configured our session.cnf with StartTime and EndTime. Our problem is when time is equal to EndTime, QuickFix sends logout message but doesn't wait to response and generates a reset event: Disconnecting: Session reset.
Could you help us?
Thank you, regards.
The text was updated successfully, but these errors were encountered: