brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
111 stars 41 forks source link

fix: error when used in worker #96

Open Nautigsam opened 1 year ago

Nautigsam commented 1 year ago

I wanted to use this module from multiple workers, but I got the error mentioned in #79. This seems to fix the error, but I am far from being an expert of native modules. Feel free to correct me if I am missing anything.