Guice AOP is not compatible with Kotlin Coroutines
Open
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
Similar to https://github.com/spring-projects/spring-framework/issues/22462
1. the suspend fun may return COROUTINE_SUSPENDED
2. Guice AOP needs to filter COROUTINE_SUSPENDED because the fun did not actually return
Would appreciate if there could be a similar Guice solution for Coroutines + Guice
Contributor guide
Assessment
This issue has not been assessed yet.