Mercurial > p > roundup > code
diff CHANGES.txt @ 7655:91fad2d2c4b3
fix: exit quickly on keyboard interrupt
When exiting roundup_server (issue was seen in use of roundup_demo)
using ^C, the keyboard interrupt message is generated but the
application didn't exit until the 60 second socket timeout is
complete.
This seems to be more of an issue with Windows.
With this change the socket is explicitly shut down telling the client
what's happening. Then the file descriptor is closed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 06 Oct 2023 21:43:56 -0400 |
| parents | 4de48eadf5f4 |
| children | 5fdec4ad53ed |
line wrap: on
line diff
--- a/CHANGES.txt Fri Oct 06 20:45:25 2023 -0400 +++ b/CHANGES.txt Fri Oct 06 21:43:56 2023 -0400 @@ -54,6 +54,8 @@ argument. Roles are indexed by lower case role name. So 'security User' and 'security user' should generate the same output. (John Rouillard from issue on mailing list by Chuck Cunningham) +- make roundup-server exit more quickly on ^C. This seems to be + limited to windows. Features:
