fix(app): recover state after sse reconnect and harden sse streams (#13973)
This commit is contained in:
parent
07947bab7d
commit
3dfbb70593
6 changed files with 75 additions and 6 deletions
|
|
@ -270,6 +270,11 @@ function createGlobalSync() {
|
|||
setGlobalStore("project", next)
|
||||
},
|
||||
})
|
||||
if (event.type === "server.connected" || event.type === "global.disposed") {
|
||||
for (const directory of Object.keys(children.children)) {
|
||||
queue.push(directory)
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue