ukrbublik / shm-typed-array

IPC shared memory for NodeJs. Use as Buffer or TypedArray.
MIT License
71 stars 9 forks source link

Update for node v16 #11

Closed trxcllnt closed 3 years ago

trxcllnt commented 3 years ago

node v16 removed the single-argument node::AtExit function, causing shm-typed-array to fail to compile. This PR switches to use AddEnvironmentCleanupHook on node v16+.