Hi!
Our app has had trouble closing down. It takes ~10s now to close the app. Sometimes it actually restarts itself after closing.
I've traced the issue back to the updating of EO.WebBrowser from 18.3.46 to 19.0.56. Switching back to 18.3.46 solves the issue.
Looking at the change logs for 19.0.56 I suspect the following line:
Quote:
Added code to keep child process alive until the main application closes during and end session event. This ensures all EO features are still accessible while the main application responds end session events;
But that's just a guess.
Is there any way for me to close everything manually?
This is the stack of calls I'm triggering on closing the application, but to no effect:
Code: C#
webControl.WebView.Close(true);
webControl.Dispose();
EO.WebEngine.Engine.Default.Stop(false);
Best regards
Anton