Skip to content
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

Hanging / pending behavior for update mutation #351

Open
ArronHsiao opened this issue Feb 3, 2019 · 1 comment
Open

Hanging / pending behavior for update mutation #351

ArronHsiao opened this issue Feb 3, 2019 · 1 comment
Labels
bug Used as a label for bugs found in AppSync SDK
Milestone

Comments

@ArronHsiao
Copy link

Do you want to request a feature or report a bug?

bug

What is the current behavior?

When I do command --> await mutate(), sometimes it will just hanged and not finish, especially when I do update mutation. The strange part is that the update mutation is actually success but somehow hanged in the finish connection between the client and Appsync server.

When I look into my database while the connection is hanging, the data remains not updated. But when I delete my App process and restart again, the update will be validated. This situation happened both in ios and android, but seems to work fine in web browser.

Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions?

"aws-appsync": "^1.7.1",
"aws-appsync-react": "^1.2.6",
"react-native": 0.55,
 "react": "^16.3.1",
"expo": "^30.0.1",
 ios : 12.1.2
 android: 8.1.0
@ArronHsiao ArronHsiao changed the title Strange behavior for update mutation Hanging / pending behavior for update mutation Feb 4, 2019
@haverchuck haverchuck added the bug Used as a label for bugs found in AppSync SDK label Feb 19, 2019
@4nzar
Copy link

4nzar commented May 18, 2019

any news concerning this issue ? or any suggestions to bypass this problem ?

@sammartinez sammartinez added this to the Generic Bugs milestone May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used as a label for bugs found in AppSync SDK
Projects
None yet
Development

No branches or pull requests

4 participants