-
Notifications
You must be signed in to change notification settings - Fork 658
Abort resend when send() returns false
#1115
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
Conversation
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
send() returns false (QFJ-646)
|
CI job currently failing due to #1120 , waiting for fix. |
send() returns false (QFJ-646)send() returns false
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
| getLog().onWarnEvent("Resend aborted: send() returned false for message " + msgSeqNum); | ||
| // Abort resend operation immediately - don't send any more messages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| getLog().onWarnEvent("Resend aborted: send() returned false for message " + msgSeqNum); | |
| // Abort resend operation immediately - don't send any more messages | |
| // Abort resend operation immediately - don't send any more messages | |
| getLog().onWarnEvent("Resending messages aborted."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied suggestion in commit 31bcb68. Changed log message to "Resending messages aborted." and moved comment to precede the log statement.
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Implement resend abort when send() returns false
resendMessagesmethod in Session.java to check the return value ofsend()and abort if it returns falseOriginal prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.