-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only perform the "Try stopping a cancelled server" on manual cancel
Before, we had this issue: 1: Terminal 1 - `kobweb run`, wait for server to start 2: Terminal 2 - `kobweb run`, say "yes" that you'd like to stop the running server 3: Terminal 1 - Detects its server got cancelled. Looks for an active server and tries to shut it down. 4: Terminal 2 - Detects its server got cancelled. After this change, the third step will not follow up on the cancellation event; not all cancel types are created equal. We only want to respond to the user's direct action here.
- Loading branch information
1 parent
ab11c16
commit ff1a8f5
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters