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
目前的IPC机制中,有两个: 主程序IPC:由main建立,根据window id交给各个window处理 window自己的IPC:自己建立自己管理
在ui_cli_exec <-> term 的双向通讯中,采用主IPC进行握手,创建一个专有的IPC来传输term内容。但是捏,过一段时间它就会broken pipe了…而一直使用主IPC传输就没有问题。
为什么它会broken呢……
目前暂时全部采用主IPC…但是后面肯定有一点问题(除握手外都很大,会搅在一起?)……
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前的IPC机制中,有两个:
主程序IPC:由main建立,根据window id交给各个window处理
window自己的IPC:自己建立自己管理
在ui_cli_exec <-> term 的双向通讯中,采用主IPC进行握手,创建一个专有的IPC来传输term内容。但是捏,过一段时间它就会broken pipe了…而一直使用主IPC传输就没有问题。
为什么它会broken呢……
目前暂时全部采用主IPC…但是后面肯定有一点问题(除握手外都很大,会搅在一起?)……
The text was updated successfully, but these errors were encountered: