Riccardo Bartoli

Results 7 comments of Riccardo Bartoli

Sorry to bother you @ruimarinho but is there any chance #120 could be merged? All checks are passing correctly and it has been confirmed as working.

I reported same issue in #359 and I've still not found a solution.

@dennym Amazing! Thanks for letting us know and If you could even just share your configuration file, that will be great!

I did try this, however I always get the message `It looks like you don't have any local data yet`.

This example reproduces the issue: **package.json** ``` { "name": "workerpool-bug", "version": "1.0.0", "main": "index.js", "type": "module", "dependencies": { "workerpool": "^8.0.0" } } ``` **index.js** ``` import workerpool from "workerpool"; const...

Thanks @josdejong, your explanation makes total sense. Unfortunately at the moment I don't have the time to investigate the consistency issue with the callbacks but feel free to leave the...