-
Notifications
You must be signed in to change notification settings - Fork 58
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
Subscriptions Not Triggering Sometimes Even Though There Is Stable Internet #54
Comments
Sorry to hear that you are running into issues. One of the areas to look into is to check if your subscriptions are active and not disconnected. Can you post logs from your logcat ( at the verbose setting) and I can look through to see if there are any connection drops. Also, can you share a code snippet from your app - specifically the subscription and the callback logic? |
The latest version of the SDK 2.6.27 contains a fix to set to the QoS to 1, which will give you at least once message delivery. Please try this out and let us know how you fare. |
@cbommas Since the realtime updates were much critical for our project, we could not continue with AppSync. So we moved to some alternate solutions and hold AppSync for the time being. However, we will check this and let you know. |
@manum176 |
@cbommas Thanks |
Excellent. Please email ( chabom at amazon.com ) and I can get a bridge setup and invite folks from my side. |
Just checking back as I haven't heard from you via email. |
@manum176 |
We are using the SDK for an android project. When the mutations are triggered from backend (Lambdas, APIs, etc.) the subscriptions are not getting invoked sometimes even though the internet connection is stable. After 3-4 retries, it will get invoked
Expected behaviour
The subscriptions should trigger in any case if there is a stable internet connection
Environment:
Device Information:
Thanks in advance
The text was updated successfully, but these errors were encountered: