rcrowley / goagain

Zero-downtime restarts in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support UNIX domain sockets in addition to TCP sockets

rcrowley opened this issue · comments

This came up in #6 and #7 so I'd like to oblige.

@ManuelAmadorAditazz @Rudd-O Does this patch address your needs as far as UNIX domain sockets are concerned?

Here you go:

https://github.com/Rudd-O/goagain

(unix and TCP socket support)

:-)

Your last commit doesn't actually make the program listen on unix domain sockets. My fork supports that.