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
Extensions usually use the dispatch:timeout:responseCallback: API for getters and rely on the callback timeout value for fast failing in case the operation takes longer than expected so the caller does not wait indefinitely.
Current default timeout in AEPCore is 1 second and 5 seconds in ACPCore.
Evaluate if the default timeout can be bumped to 5 seconds to be in sync with the ACP implementation and/or if extensions need to do any adjustments and set their own timeout.
The text was updated successfully, but these errors were encountered:
Extensions usually use the
dispatch:timeout:responseCallback:
API for getters and rely on the callback timeout value for fast failing in case the operation takes longer than expected so the caller does not wait indefinitely.Current default timeout in AEPCore is 1 second and 5 seconds in ACPCore.
Evaluate if the default timeout can be bumped to 5 seconds to be in sync with the ACP implementation and/or if extensions need to do any adjustments and set their own timeout.
The text was updated successfully, but these errors were encountered: