Tags: chromedp/chromedp
Tags
allocator: fix race that causes workgroup panic `readOutput`'s copy goroutine was able to race with the ws read timeout resulting in a panic fixes by moving the copy task after we return the `wsURL` and no longer can go into the timeout case while at it, fixes an unrelated data race that `err` could have been written to by `readOutput` and the wsURL read timeout case
PreviousNext