-
Notifications
You must be signed in to change notification settings - Fork 2.2k
sdk这边兼容下electron环境 #1699
Copy link
Copy link
Closed
Labels
status/need-informationMore information is needed to resolve this issue.More information is needed to resolve this issue.status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Metadata
Metadata
Assignees
Labels
status/need-informationMore information is needed to resolve this issue.More information is needed to resolve this issue.status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
What happened?
npm run dev启动ts项目时每次创建新对话时(通过query方法),本地都会生成两个新的图标。我删除这两个图标后,本次对话是没法续上的,在进行对话时,会话ID会发生变化。
当我尝试把ELECTRON_RUN_AS_NODE=1时,修复这个多图标问题,stdio会被中断,导致无法创建连接