You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Fixeschromedp#478.