Closed nicholasc closed 6 years ago
I've got the same problem on Ubuntu 16.04.
I understand that is due to a conflict between the ArrayBufferAllocator in the library and the one defined in node headers.
@audreyt what would be your approach to solve this?
We could wrap the ArrayBufferAllocator class in a namespace and access it explicitly. If that is the case I don't mind making a quick PR to fix this.
Got the same problem on MacOS
I have the PR ready but I'm waiting for @audreyt to confirm the namespace adoption. @kraifpatrik @pohi8056, you can use my branch while waiting for this to get resolved.
https://github.com/nicholasc/node-webworker-threads/tree/fix-arraybufferallocator
Confirmed, please submit the PR.
Released as 0.7.14
Node version: 10.4.0
Let me know if you need more information...