You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a method mutationQueueExecutionTimeout() added in SDK version 2.7.4. But it really doesn't change timeout value and default value is remaining.
This is a source code of mutationQueueExecutionTimeout method at SDK (AWSAppSyncClient.java):
But it doesn't change a class member and changes argument instead. It must modify mMutationQueueExecutionTimeout defined at Builder class as: long mMutationQueueExecutionTimeout = 5 * 60 * 1000;
Environment(please complete the following information):
AppSync SDK Version: 2.7.5
The text was updated successfully, but these errors were encountered:
@SStesh
You are a 100% correct. Thank you for bringing this to my attention. The fix for this issue will be available in the next version of the SDK. I will post back here once the release is out.
Describe the bug
There is a method mutationQueueExecutionTimeout() added in SDK version 2.7.4. But it really doesn't change timeout value and default value is remaining.
This is a source code of mutationQueueExecutionTimeout method at SDK (AWSAppSyncClient.java):
But it doesn't change a class member and changes argument instead. It must modify mMutationQueueExecutionTimeout defined at Builder class as:
long mMutationQueueExecutionTimeout = 5 * 60 * 1000;
Environment(please complete the following information):
The text was updated successfully, but these errors were encountered: