-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datastore) Race condition fix and other stability-related fixes (#…
…599) * Don't try to initialize orchestrator in beforeOperation * Update aws-datastore/src/main/java/com/amplifyframework/datastore/syncengine/Orchestrator.java * Refactored some stop/start logic * Retry logic for subscription processor. Modified start/stop sequence * Add new hub event message types * Changes related to subscription connectivity problems (#615) * Adding basic unit tests for retry handler
- Loading branch information
Showing
17 changed files
with
768 additions
and
226 deletions.
There are no files selected for viewing
379 changes: 230 additions & 149 deletions
379
aws-api/src/main/java/com/amplifyframework/api/aws/SubscriptionEndpoint.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.