Comment on Graceful server restart with GoparentComments−fjordan11yThanks for this.Were you able to publish your changes either on a fork or in a PR?−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
Thanks for this.
Were you able to publish your changes either on a fork or in a PR?
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