Comment on Graceful server restart with GoparentComments−alexk11yI ended up using different library:https://github.com/gwatts/mannersBut the code that extracts the fd without using reflection and access to the private properties is here:https://github.com/mailgun/manners/blob/master/listener.go#L...I think it should be fairly easy to port it to Richard's implementation
Comments
I ended up using different library:
https://github.com/gwatts/manners
But the code that extracts the fd without using reflection and access to the private properties is here:
https://github.com/mailgun/manners/blob/master/listener.go#L...
I think it should be fairly easy to port it to Richard's implementation