andywer / andywer/threads.js

Cannot terminate pool when there is an init timeout

Offen
#396 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
question
Vorherrschende Sprache
TypeScript
Sterne
3.5k
Forks
173
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

I'm testing my error handling code. I forced a timeout of 100ms in spawn, which causes the expected error. Inside the try/finally, I call `.terminate(true)`. With the debugger paused on the line that calls terminate, I see:

![Screenshot 2021-09-16 at 17 54 48](https://user-images.githubusercontent.com/602423/133706900-036ee31e-7cae-47de-85c9-abd016da4514.png)

which is expected. Then I let the program complete, and I'm left with a hung debugger and the workers still alive:

![Screenshot 2021-09-16 at 17 55 03](https://user-images.githubusercontent.com/602423/133706970-49729c95-d89c-4657-b7ef-ab66e9e89e0f.png)

I should note that this terminate logic works normally if the error is not an init timeout.

What are your thoughts on this?

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.