You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using UNIX Domain Sockets (UDS) allows more flexibility in avoiding multiple projects (on the same host) collisions.
See here: F1bonacc1/process-compose#172
Describe the solution that you would like.
I am planning to implement both port and UDS based communication.
A user flag will select this.
I would like to be able to do something along the following lines:
Hey @greenmarmot,
Thanks for the quick response.
The Dialer.NetDialContext returns *net.Conn while the API works with *wbsocket.Conn. Is there a way to bridge or convert those?
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
Using UNIX Domain Sockets (UDS) allows more flexibility in avoiding multiple projects (on the same host) collisions.
See here: F1bonacc1/process-compose#172
Describe the solution that you would like.
I am planning to implement both port and UDS based communication.
A user flag will select this.
I would like to be able to do something along the following lines:
Describe alternatives you have considered.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: