We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
giving this example:
const find = require('local-devices'); var nets = ['192.168.172.1/24', '192.168.10.222/24', '192.168.152.1/24'] for (var n in nets) { find({ address: nets[n] }).then(devices => { console.log(nets[n]) console.log(devices) }) }
will return the different nets, but in all 3 returns the same devices. Seems like its not async compatible
regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
giving this example:
will return the different nets, but in all 3 returns the same devices. Seems like its not async compatible
regards
The text was updated successfully, but these errors were encountered: