mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
fix: link to upstream PubSub shutdown PR
This commit is contained in:
parent
2a0c9da40b
commit
9be68a9fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export namespace Bus {
|
|||
// disposal happens. In the Effect-native path, forkScoped + scope
|
||||
// closure handles this correctly. This bridge can be removed once
|
||||
// upstream PubSub.shutdown properly wakes suspended subscribers:
|
||||
// https://github.com/Effect-TS/effect-smol/issues/TBD
|
||||
// https://github.com/Effect-TS/effect-smol/pull/1800
|
||||
const onDispose = (evt: { directory?: string; payload: any }) => {
|
||||
if (evt.payload.type !== InstanceDisposed.type) return
|
||||
if (evt.directory !== directory) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue