wirepair / gcd

Unofficial implementation of the Google Chrome Remote Debugger in Go
MIT License
186 stars 31 forks source link

Fix wsconn loop #38

Closed wirepair closed 4 years ago

wirepair commented 4 years ago

need to use opErr.Timeout()/Temporary() error checks and kill the conn in any other case.