Skip to content

Fix returning unit from suspended methods #11006

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

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Fix returning unit from suspended methods #11006

merged 2 commits into from
Aug 6, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Jul 23, 2024

The code was not working, it compared a RouteInfo against a RouteMatch. I added a test case.

Fixes #10992

The code was not working, it compared a RouteInfo against a RouteMatch. I added a test case.

Fixes #10992
@yawkat yawkat added the type: bug Something isn't working label Jul 23, 2024
@yawkat yawkat added this to the 4.6.0 milestone Jul 23, 2024
@yawkat yawkat requested review from graemerocher and dstepanov July 23, 2024 12:49
@graemerocher
Copy link
Contributor

should this target 4.5.x?

@yawkat
Copy link
Member Author

yawkat commented Jul 23, 2024

how long until 4.6.0?

@graemerocher
Copy link
Contributor

we can release 4.6 of core when we want, we should discuss what else should be included

Copy link

sonarqubecloud bot commented Aug 6, 2024

@graemerocher graemerocher merged commit e0a8a1e into 4.6.x Aug 6, 2024
17 checks passed
@graemerocher graemerocher deleted the suspend-unit branch August 6, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

suspend controller function returning Unit has a body set
3 participants