Doron Roberts-Kedes
08/15/2022, 5:11 PMasync_hooks
? Follow up question - can it be circumvented?
I'm assuming the answer to the second question is "no". The reason I'm asking is because I'm attempting to migrate my app off of Meteor by incrementally adopting Prisma to replace Meteor collections. Meteor, unfortunately, uses fibers and can lead to memory leaks when used with async_hooks
. We could move forward with one massive commit that introduces Prisma and removes Meteor, but incremental adoption would be preferable. Incremental adoption poses the problem of adding async_hooks
into a Meteor environment, which leads to my questions above.
Thanks!Nurul
08/18/2022, 11:06 AM