Dmytro Z.
Dmytro Z.
Ok. what is your decision? I cam make PR it this is a bug.
I think it should be fixed. If user do not want to change socketPath in the future - he can use closure, but by default this parameter should pass.
> What happens if you specify some file like `/etc/passwd` as socketPath? Error, because this is not a socket.
So, I carefully looked at the code. `sockerPath` should behave like `localAddress` option. It should be removed from `buildConnector` options and added to the `connect` call options. This will be...
`timeout` also not passed to `connect` function. I think all options, which are passed to the `buildConnector` should be passed to the `connect` function without exclusions.
Thank you very much for reply. Please close this issue if it is not planned to implement.
Also please update all outdated and not supported dependencies. Currently project looks like heap of garbage. ``` $ npm i cordova npm warn deprecated [email protected]: This module is not supported,...
It is possible, that I am using dependencies config incorrectly. If dependency is defined as a `string` - is it a link to the dependency spec, which is defined somewhere...
Possible to implement? `Topological sort` can be used to build deps tree. And do you know, how dependency is processed, if it is defined as a string? Is it treated...
Yes, but for this issues we need to be 100% sure. Lets' wait until somebody from support team will answer.