Open MoamenQodeup opened 2 months ago
Hmm, this is hard; the error is somehow expected, functions/methods cannot be transferred between Worker Threads due to serialization. For instance, structuredClone
algorithm throws as expected.
I believe that sadly we would need to drop that function unless we found a workaround
Hmm, this is hard; the error is somehow expected, functions/methods cannot be transferred between Worker Threads due to serialization. For instance,
structuredClone
algorithm throws as expected.I believe that sadly we would need to drop that function unless we found a workaround
Thanks for taking the time checking this one, I believe I will have to fork the repo and integrate the handling directly into it.
If you find a way to extend it, please feel free to submit a PR for it do add it into the lib. Happy to support for that 👍
Describe the bug Process crashed with error
To Reproduce
setting log options
Expected behavior Passing logOptions with
defaultWriteDeleteCallback
should workAdditional context The failure happens before invoking
CloudPine
contructor.