We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path, _ := launcher.LookPath() u := launcher.New().Bin(path).MustLaunch() rod.New().ControlURL(u).MustConnect().MustPage("https://example.com")
浏览器启动时 被杀毒软件直接杀掉 代码就死循环卡在这,无法触发ctx和超时done掉,不主动终止程序。会一直锁死。
The text was updated successfully, but these errors were encountered:
Please add a valid Rod Version: v0.0.0 to your issue. Current version is v0.114.8
Rod Version: v0.0.0
generated by check-issue
Sorry, something went wrong.
最新版god 问题已经找到 在程序调试的时候正常被杀了会触发err 但是正常运行就不会触发err导致锁死 就是这里被杀之后setupCmd这里已经死了 cmd.Start却不会触发err导致锁死 这里添加error之后 就可以正常退出
Duplicated:
#739 (comment)
No branches or pull requests
path, _ := launcher.LookPath()
u := launcher.New().Bin(path).MustLaunch()
rod.New().ControlURL(u).MustConnect().MustPage("https://example.com")
浏览器启动时 被杀毒软件直接杀掉 代码就死循环卡在这,无法触发ctx和超时done掉,不主动终止程序。会一直锁死。
The text was updated successfully, but these errors were encountered: