Skip to content

Stop active execution #5

Open
Open
@AngelMunoz

Description

@AngelMunoz

there are certain cases where an execution might run indefinitely or simply hang by a logic mistake,

Repro example

dotnet-repl --default-kernel fsharp

#r "nuget: Suave"
open Suave
startWebServer defaultConfig (Successful.OK "Hello World!")

after you hit enter a "Suave" web server is running which steals the interactive session you need to close the terminal otherwise it won't stop until for some reason it fails.

this is an awesome project by the way I already love it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions