rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Support Windows agents with the control port #31

Open rtyler opened 3 years ago

rtyler commented 3 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.