-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
First, let me applaud you for great work on version 3 of echo. I like the API changes and the overall feel to it a lot better.
The issue I'm posting about is a new one, however; I was actually just about to build my own wrapper around v2 for graceful shutdowns when I saw you added the graceful library. Unfortunately, you don't expose any of the graceful parameters. In particular, the fact that the NoSignalHandling
is not available creates an issue for us, because the webserver will now catch our signals.
I think echo can still do a better job at being a minimalist toolbox that fits into the users' applications, rather than the other way around. If anyone has an idea about a nice approach to this, I could work on a PR.