-
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
base: master
Are you sure you want to change the base?
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
|
|
||
| @Test | ||
| public void testResendAbortsWhenSendReturnsFalse() throws Exception { | ||
| // QFJ-646: Stop sending resend-messages when the responder has gone away |
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.
@copilot this comment should be removed and the correct issue should be added as a method comment.
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.
Removed inline comment and added proper JavaDoc method comment for QFJ-646 in commit 6c07eae.
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
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.