vsdigitall
Results
2
comments of
vsdigitall
However if I just igoner errors and try to set 'obj' property to some value it succeeds: ``` > obj.foo = 1 1 > obj.foo 1 ``` But obj.set property...
I would like to give you some feedback on cross-process object sharing approach in 'node-shared-cache' module. I hope you will find it useful. I run a test with 20 workers-readers...