timotejroiko / net-ipc

A simple node.js IPC client-server with no dependencies
MIT License
29 stars 6 forks source link

Fix compatibility with node 20.11 #7

Closed Chocobozzz closed 9 months ago

Chocobozzz commented 9 months ago

Node removed buffer_list object and uses a raw array now to store readable buffers: https://github.com/nodejs/node/pull/50341

timotejroiko commented 9 months ago

awesome, thanks!