Skip to content

Commit

Permalink
updated pear-ipc version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas committed Oct 10, 2024
1 parent debe2fb commit 3d3f7d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions examples/terminal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ if (isWorker) {
}
})
}

Pear.restart({ platform: true })
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"paparam": "^1.4.0",
"pear-changelog": "^1.0.1",
"pear-interface": "^1.0.0",
"pear-ipc": "github:holepunchto/pear-ipc#onpipeline",
"pear-ipc": "^2.3.0",
"pear-link": "^2.0.1",
"pear-updater": "^3.1.0",
"pear-updater-bootstrap": "^1.2.0",
Expand Down
2 changes: 2 additions & 0 deletions subsystems/sidecar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ class Sidecar extends ReadyResource {
return
}

await this.#teardownPipelines(client)

if (!hard && this.hasClients) {
const seen = new Set()
for (const { userData: app } of this.clients) {
Expand Down

0 comments on commit 3d3f7d5

Please sign in to comment.