Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:12

Fixed

  • Fix a startup race where a SIGINT/SIGTERM arriving between serveStdio() starting and the signal handlers being registered would kill the process immediately instead of shutting down gracefully — handlers are now armed first. (40d16ba)