Fixed
Status Update
Comments
ad...@google.com <ad...@google.com>
ap...@google.com <ap...@google.com> #2
Hey, sorry for coming back to this so late. We've never seen this. Without any repro steps it's going to be hard to do anything about it.
We've some cases where the Gradle daemon gets started but Studio cannot connect to it and the Studio side Gradle code handling connection to the daemon will keep spawning new ones if the connection does not get established. In this instance though the fact that the build window shows all these daemon running means that this is a different problem.
pr...@google.com <pr...@google.com> #3
Hello, I had the issue reproduce on first project open after upgrading Android Studio from JetBrains Toolbox. Note that the project has a buildSrc.
I think you can reproduce it with the same steps if nothing changed since Arctic Fox alpha 08.
Description
When SuspendToFuturesAdapter is used to on a suspend function which throws exceptions, the first exception causes all further uses of the SuspendToFuturesAdapter to trigger an exception related to the parent job being canceled.
Context:https://github.com/google/generative-ai-android/issues/69
https://github.com/google/generative-ai-android/blob/main/generativeai/src/main/java/com/google/ai/client/generativeai/java/ChatFutures.kt#L54