Hi, i’m having problems with the load of pages. Sometimes i get a blank page. I read that could be because of multithreading, so I disabled it. However, when i see the process in the task Manager, the application still show several processes running.
Yes, you’ll always have several processes in the Task Manager. It’s due to how the Chromium engine works (both CEF and WebView2 engines work like that).
It’s not specific to ExeOutput.
Yes I can see that. But the problem is that I’m getting blank pages randomly. When I check if there are any error on PHP, nothing. Then I go to the dev Tools and i get the error: “DevTools was disconnected from the page” and doesn’t show anything. If I reload the page manually (from the context menu) it works again, but I don’t know how to solve this random error. Can you give me so guidance please?