Open rtyler opened 4 years ago
Right now tide, and async-std underneath it don't support unix sockets on Windows, despite them being supported on Windows.
See this thread for some more details.
Basically to support Windows agents I think we'll need a means of support Windows sockets for the control port OR just make the WIndows agent use a TCP listener on some random port.
Either way, punting this until way later.
Right now tide, and async-std underneath it don't support unix sockets on Windows, despite them being supported on Windows.
See this thread for some more details.
Basically to support Windows agents I think we'll need a means of support Windows sockets for the control port OR just make the WIndows agent use a TCP listener on some random port.
Either way, punting this until way later.