GoogleChromeLabs / comlink

Comlink makes WebWorkers enjoyable.
Apache License 2.0
11k stars 382 forks source link

finalizers broke Nodejs support in 4.4.0 #616

Closed benjamind closed 1 year ago

benjamind commented 1 year ago

It appears the use of self for finalizers implemented in #469 broke NodeJS.

Suggest we add a test harness for NodeJS to ensure this doesn't happen again, and obviously fix this feature!

benjamind commented 1 year ago

Published 4.4.1 which includes a fix for this and a unit test.