-
Notifications
You must be signed in to change notification settings - Fork 660
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
remove IllegalStateException from IDLE / TERMINATED state in terminate and responseCallback #4383
remove IllegalStateException from IDLE / TERMINATED state in terminate and responseCallback #4383
Conversation
…nt() in IDLE/TERMINATED state
@WilliamsDHI: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
👷 Deploy request for apollo-android-docs pending review.Visit the deploys page to approve it
|
Hi 👋 thanks for opening this. As this more of a workaround than an actual fix for the root cause, I'm a bit reluctant to merging this as-is, even if 2.x is in maintainance mode. What I can offer is to publish a |
That sounds great and I think would serve our purposes. We are really just looking for a work-around until we have bandwidth to update and refactor our app to Apollo 3. |
Sounds good. It's getting a bit late here but I'll do that first thing tomorrow. |
Hi 👋 The Add the repsy repo: repositories {
maven("https://repo.repsy.io/mvn/mbonnin/default")
} and use in dependencies: dependencies {
implementation("com.apollographql.apollo:apollo-runtime:2.5.14-absent-callback")
} |
As expected, no issues with this absent-callback version. We're using in develop now and will be pushing a hotfix soon to production with this version. Thanks again. |
Nice! Thanks for the update! |
@WilliamsDHI any news from production? Is everything looking good? |
@martinbonnin Because the crash has stabilized, we are not putting out a hot fix. This update will now go in production in a few more weeks with a different release. But so far things are working well in our test environment. |
@martinbonnin The 2.5.14-absent-callback version has been in production for a week now and is looking very good. Please keep it up and we'll continue to use it. If the merge or another fix is made in the future to Apollo 2 then we'll update our version again. |
Thanks for the update :). I'll merge this PR and it'll be part of the next 2.x release. |
This is fixed in #4383 and will be released in 2.5.14 |
Awesome! Any timeline for a 2.5.14 release? |
Not much activity these days in the |
@martinbonnin Here is the PR in reference to this thread.