1 min readMay 9, 2020
Thank you for your comment.
I was not aware of forkDaemon
. Thank you for sharing this.
In the example in the article, the parent fork is not released (it is hinted at with the method name startAndWait
).
But you have a point with using .fork and ending the parent fork.
I guess it is yet another pitfall to avoid :)