hot-shot UDS support doesn't work on Windows because of reliance on unix-dgram
dd-trace-js is able to support named pipes through UDS as it just uses the request library which allows us to give unix:${pipeName} as input. Source
This PR aims to add support for named pipes via similar approach. The current implementation is broken, getting the error message at the end when I give the args below. I think the net.connect(path) is failing, if I try to give it a connectionListener, it isn't executed
hot-shot
UDS support doesn't work on Windows because of reliance onunix-dgram
dd-trace-js
is able to support named pipes through UDS as it just uses therequest
library which allows us to giveunix:${pipeName}
as input. SourceThis PR aims to add support for named pipes via similar approach. The current implementation is broken, getting the error message at the end when I give the args below. I think the
net.connect(path)
is failing, if I try to give it aconnectionListener
, it isn't executedDogstatsd: