www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - vibe / CTRL+C not terminating server

reply =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
After a CTRL+C I still have the server process running on OSX. Any idea?

[main(----) INF] Listening for requests on http://[::1]:8080/
[main(----) INF] Listening for requests on http://127.0.0.1:8080/
[main(----) INF] Please open http://127.0.0.1:8080/ in your browser.
^C
[main(----) INF] Received signal 2. Shutting down.

After this, the server is still running.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
Jun 13 2020
parent Daniel Kozak <kozzi11 gmail.com> writes:
On Sat, Jun 13, 2020 at 9:20 PM Robert M. Münch via
Digitalmars-d-learn <digitalmars-d-learn puremagic.com> wrote:
 After a CTRL+C I still have the server process running on OSX. Any idea?

 [main(----) INF] Listening for requests on http://[::1]:8080/
 [main(----) INF] Listening for requests on http://127.0.0.1:8080/
 [main(----) INF] Please open http://127.0.0.1:8080/ in your browser.
 ^C
 [main(----) INF] Received signal 2. Shutting down.

 After this, the server is still running.

 --
 Robert M. Münch
 http://www.saphirion.com
 smarter | better | faster
https://github.com/vibe-d/vibe-core/issues/205 https://github.com/vibe-d/vibe.d/issues/2436
Jun 13 2020