You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
process.on('message', function(msg) {
console.log('worker received', msg) // no any output here
if (msg.key) {
var txn = env.beginTxn({readOnly: true});
...
The text was updated successfully, but these errors were encountered:
https://github.com/Venemo/node-lmdb/blob/master/test/threads.js#L86
I'm trying to add
console.log
as following:at line 86
The text was updated successfully, but these errors were encountered: