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

fix(subscriptions): Do not retry mqtt disconnections #319

Merged
merged 1 commit into from
Jan 11, 2019

Conversation

manueliglesias
Copy link
Contributor

  • If auto-reconnect when coming back online is needed, users should use client.sync (deltaSync) instead.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- If auto-reconnect when coming back online is needed, users should use  `client.sync` (deltaSync) instead.
@elorzafe
Copy link
Contributor

elorzafe commented Jan 2, 2019

I am going to do some tests, I am not sure of what happen if connect fails? Still is going retry? What should be the expected behavior?

Copy link
Contributor

@elorzafe elorzafe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Cool!

@manueliglesias manueliglesias merged commit b933379 into awslabs:master Jan 11, 2019
@ninjz
Copy link

ninjz commented Jul 25, 2019

I'd like to ask. What was the reason for this change? If I wanted to use AppSync without deltaSync this PR seems to break the normal functionality. Why not just leave the retry logic in, so that one can use AppSync with or without deltaSync?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants