Skip to content
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

Fixed issue where endpoint would infinitely retry for a nullable resource (#312) #313

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

Nielssg
Copy link
Contributor

@Nielssg Nielssg commented Jul 16, 2022

Recently a new method in Endpoints.kt called "getNullable" has been added. However, the execute method was not appropriately changed, leading to the method infinitely retrying the request when the result was null.

Closes #312

…urce

Recently a new method in Endpoints.kt called "getNullable" has been added. However, the execute method was not appropriately changed, leading to the method infinitely retrying the request when the result was null.

Closes adamint#312
@adamint
Copy link
Owner

adamint commented Jul 24, 2022

this breaks a test, I’ll look into it

@adamint
Copy link
Owner

adamint commented Aug 1, 2022

/ok-to-test 28e45fe

@adamint
Copy link
Owner

adamint commented Aug 1, 2022

Thanks @Nielssg, tests passed but the action status is bugged.
No qualms on the code, it looks good

@adamint adamint merged commit 5cbbfa4 into adamint:main Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite retry loop when receiving status code 204
2 participants