Tags: shuanzia/chromedp
Tags
Fix concurrency issues
Intermittent timeouts on certain channel reads can occur, and not catch
when a context has been closed causing hangs and other potential issues.
This adds additional checks for when a context has been closed in a
first pass at fixing the fundamental issue.
Additionally, gets rid of the `raw{Marshal,Unmarshal}` calls, and
updates LICENSE.
Update dependencies, fix issue with cdproto Update dependencies to latest. Fixes issue with the missing sendMessageToTarget command. Fixes chromedp#478.
PreviousNext