Open ghost opened 4 years ago
NWJS Version : v0.43.6 Operating System : Windows 10
Service Worker completes request in a reasonable amount of time.
Service Worker stops responding and fails after 5.4 minutes.
The packaged used was JSZip. It was imported inside the serviceworker.
Returning a response is not necessary since the code never executes the console.log.
This issue does not happen on v0.30.5.
I had --enable-node-worker flag. Removing the flag fixed the issue. Adding it back reintroduced the problem.
--enable-node-worker
NWJS Version : v0.43.6 Operating System : Windows 10
Expected behavior
Service Worker completes request in a reasonable amount of time.
Actual behavior
Service Worker stops responding and fails after 5.4 minutes.
How to reproduce
The packaged used was JSZip. It was imported inside the serviceworker.
Returning a response is not necessary since the code never executes the console.log.
This issue does not happen on v0.30.5.