-
Notifications
You must be signed in to change notification settings - Fork 119
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
Build release get: Timed out waiting for connection acknowledgement #2793
Comments
Hi @sontnfabbi we'll take a look at investigating this issue as soon as we can. |
hi there, I have investigated that your lib get conflict with this lib muxstats. can you tell me that which part of library maybe conflict, and some idea for resolve it. bow, i had update lib to |
Hi @sontnfabbi, can you elaborate on what conflict you are seeing? Is there a build time issue, or a run time time issue? Are you suggesting that when mux-stats-sdk-media3 is added to the application then the problem in the issue description occurs, but if it's not added then Amplify behaves correctly? |
@mattcreaser It's a runtime issue, an error occurs when building a release with minifyEnabled true. |
Thanks for the additional info @fabbi-hoanh. It almost sounds like there is some sort of dependency conflict, although it's interesting that it only manifests with release builds. We'll need to investigate this issue. |
@mattcreaser |
Thanks for the update @fabbi-hoanh, appreciate the investigation. I'm still unsure about the cause of this issue but I'll look into whether we should have keeping |
Before opening, please confirm:
Language and Async Model
Kotlin, Kotlin - Coroutines
Amplify Categories
GraphQL API
Gradle script dependencies
Environment information
Build time: 2023-06-30 18:02:30 UTC
Revision: 5f4a070a62a31a17438ac998c2b849f4f6892877
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.6 (JetBrains s.r.o. 17.0.6+0-b2043.56-10027231)
OS: Windows 10 10.0 amd64
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
When build release with minifyEnabled true, Amplify.API.subscribe get timeout eror
Still that project build debug with minifyEnabled true, has no problem..
ApiException{message=Timed out waiting for connection acknowledgement., cause=null, recoverySuggestion=Sorry, we don't have a suggested fix for this error yet.}
proguard-rules.pro:
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
subscription MySubscription (${'$'}id: String!) {
onCreateStbLoginCodeSuccess(device_id: ${'$'}id) {
code
created_at
device_id
expires_in
jwt
user_info
}
}
Additional information
I have investigated that your lib get conflict with this lib muxstats. can you tell me that which part of library maybe conflict, and some idea for resolve it.
I had update lib to def amplify_version = "2.15.2"
https://github.com/muxinc/mux-stats-sdk-media3
The text was updated successfully, but these errors were encountered: