This commit is contained in:
2022-12-20 21:40:00 +00:00
parent 072d0a94c3
commit 5c06f98be0
3 changed files with 5 additions and 2 deletions

View File

@@ -568,7 +568,6 @@ namespace AyaNova.Biz
log.LogDebug($"Launching headless Browser and new page now:");
using (var browser = await Puppeteer.LaunchAsync(lo))
using (var page = (await browser.PagesAsync())[0])
// using (var page = await browser.NewPageAsync())
{
//track this process for timeout purposes
ReportRenderManager.SetProcess(job.GId, browser.Process.Id, log);