Skip to content

Figure out why it takes two SIGINTs to fully exit a process #4

@matthewmueller

Description

@matthewmueller
go run cmd/react/main.go
| Listening on http://0.0.0.0:3000
^C^Csignal: interrupt

vs. removing signals

cli := cli.New("react", "react development server").Signals(nil)
 go run cmd/react/main.go
| Listening on http://0.0.0.0:3000
^Csignal: interrupt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions