ybogdanov / node-sync

Write simple and readable synchronous code in nodejs using fibers
MIT License
492 stars 70 forks source link

Package does not work in recent versions of node. #58

Open dmackinn opened 9 months ago

dmackinn commented 9 months ago

I don't believe this package works any longer with newer versions of node and that may be due to the node-fibers deprecation Attempting to import (not even use) the package inside of a node 18 application results in the application crashing with this error

Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file coroutine.cc, line 134. error Command failed with signal "SIGABRT".