-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
桌面端内核进程不再以游离模式拉起 #6336
Comments
Closed
D大 我现在运行pnpm run start 不会启动内核,导致运行失败 Lines 547 to 553 in 8b3e3d2
这种方式会有问题吗? 有没有更好的方法? |
@iamqiz 开发环境需要手动先启动内核,加参数 |
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
由 Electron 派生内核子进程时设置
detached
参数值为false
,并将纳入引用计数。之前的版本就不再支持退出界面后内核驻留,所以内核无需游离,这样能更好地保证程序的完整性,同时也为后续支持内核随机端口多开做铺垫。主要改动点:
--resident=false
detached: false
kernelProcess.unref()
The text was updated successfully, but these errors were encountered: