Open CKzcb opened 1 year ago
there is a solution for it referencing worker threads throws exception while loading npm lib #21783
it need chang this
// NODE_MODULE(msgpackBinding, init);
NODE_MODULE_INIT()
{
init(exports);
}
I wonder why not find the fix in source code,
The following erro occurred when i use msgpack in worker-thread