mattcasters commented on issue #8228: URL: https://github.com/apache/hop/issues/8228#issuecomment-5515296878
This is already fixed on the Database perspective work in #8214 (`issue-8212`). The three database progress dialogs now share `DatabaseProgressCancelWatcher.startIfDesktop`: it is a no-op on Hop Web (no Cancel button / no shell), and on desktop it starts a named daemon thread. That replaces the unnamed non-daemon watchers that never left the `getShell() == null` loop in web. Will close this against #8214 when that PR merges. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
