-
Notifications
You must be signed in to change notification settings - Fork 624
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
Stop sending resend-messages when the responder has gone away #646
Comments
I think best fix for this is to
But I'd welcome a second opinion. |
Hi @philipwhiuk , thanks for opening the issue. I think it would be a very sensible enhancement. AFAIK we do not act upon the return value of the From the line of code that you quoted, we ultimately end up here when the
and from there to here: quickfixj/quickfixj-core/src/main/java/quickfix/mina/IoSessionResponder.java Lines 51 to 76 in dce91e6
This method might also return So in general it looks good to me. 👍 P.S.: Maybe we should open a follow-up issue to check if it is sensible to act upon the return value of |
We should probably stop resending messages when the responder has disconnected.
The current behavior is to keep sending messages regardless, ignoring the return value of
send()
.Here's an anonymised log example.
The text was updated successfully, but these errors were encountered: