We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7806aaa commit 8b5974eCopy full SHA for 8b5974e
packages/polling-live/src/index.ts
@@ -77,12 +77,6 @@ export default function usePollingLive({ config: { defaultInterval = 1000 } = {}
77
stop.then(() => {
78
finished = true
79
})
80
- globalThis.process?.on('SIGINT', () => {
81
- finished = true
82
- })
83
- globalThis.process?.on('SIGTERM', () => {
84
85
86
}) as any,
87
)
88
}
0 commit comments