Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 09:37
1ed4f4f

Patch Changes

  • 89b3d50: - fix: reject promises for workers that are about to be killed (#170)

    Reject promises for killed workers with AbortError to prevent memory leaks from dangling promises

  • 89b3d50: - fix: mark worker as not running immediately after being killed (#171)

    Allows immediate worker restart after killing by updating running status synchronously instead of waiting for next render cycle.