v0.1.3
Fixed
- Fix a startup race where a
SIGINT/SIGTERMarriving betweenserveStdio()starting and the signal handlers being registered would kill the process immediately instead of shutting down gracefully — handlers are now armed first. (40d16ba)