neutralinojs / neutralino.js

JavaScript API for Neutralinojs

Home Page:https://neutralino.js.org/docs/api/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exitProcessOnClose : App not responding in some cases

kwisatz opened this issue · comments

I have set "exitProcessOnClose": true in neutralino.config.js.

On my Windows 10 installation, from clicking to the app closing, it takes 2-3 seconds, which appears as very long.
However, on a client's Windows 10 installation, it takes up to 30 seconds (and the app showing as "Not Responding") before it actually closes.

What could cause these differences in behavior and how could I further investigate?

commented

I have set "exitProcessOnClose": true in neutralino.config.js.

On my Windows 10 installation, from clicking to the app closing, it takes 2-3 seconds, which appears as very long. However, on a client's Windows 10 installation, it takes up to 30 seconds (and the app showing as "Not Responding") before it actually closes.

What could cause these differences in behavior and how could I further investigate?

Hey there! I believe this is a known issue with Neutralino. (see: neutralinojs/neutralinojs#1179)

I lack the expertise to answer your question directly but there is a simple workaround outlined in this comment.

Closing as duplicate of #1179