Closed CharlesGrimont closed 1 month ago
Sequence GeneratePwaAsset must never fall into timeout.
To prevent this from happening we must call :
context.getRootContext().lastAccessTime = new Date().getTime(); context.lastAccessTime = new Date().getTime();
see : 261b9470871a9c7b4de2278efe8fd05c623747d8 commit into 1.0 branch
To be tested in 2.0.0-beta83
OK in 2.0.0-beta89
Sequence GeneratePwaAsset must never fall into timeout.
To prevent this from happening we must call :
see : 261b9470871a9c7b4de2278efe8fd05c623747d8 commit into 1.0 branch