andydunstall / piko

An open-source alternative to Ngrok, designed to serve production traffic and be simple to host (particularly on Kubernetes)
MIT License
1.9k stars 55 forks source link

server: order server statup and shutdown #115

Closed andydunstall closed 4 months ago

andydunstall commented 4 months ago

Rather than start/stop all background goroutines at once, adds an ordering for more graceful startup and shutdown.