Skip to content

Watch for stalled web process when closing tabs and windows

Michael Catanzaro requested to merge mcatanzaro/#587 into master

Add watchdog timers to ensure close remains responsive even if the web process is stalled. We got into this trouble because we check for modified forms in the web process and delay close operations until we get a response from that check....

Merge request reports