laverdet / node-fibers

Fiber/coroutine support for v8 and node.
MIT License
3.56k stars 224 forks source link

what to do it does not work on node 16 but I really need this package for the code to work #458

Closed iocmet closed 2 years ago

iocmet commented 2 years ago

https://github.com/olegp/mongo-sync/blob/master/lib/mongo-sync.js i really need to get this code to work

eric-blue commented 2 years ago

Update [April 13th, 2021] -- Fibers is not compatible with nodejs v16.0.0 or later. Unfortunately, v8 commit dacc2fee0f is a breaking change and workarounds are non-trivial.