techrail / ground

The ground setup for building go based services (web or otherwise)
MIT License
1 stars 5 forks source link

WebServer: Stopping a webserver without forcing the entire program to die #18

Open vaibhav-kaushal opened 3 months ago

vaibhav-kaushal commented 3 months ago

There is a Stop method on the webserver which is supposed to be able to kill the server but is not able to do that right now. We need to make that possible.