Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7654:1471fcda252b | 7655:91fad2d2c4b3 |
|---|---|
| 52 accessible from schema.py. | 52 accessible from schema.py. |
| 53 - Fix roundup-admin security command. Lowercase its optional | 53 - Fix roundup-admin security command. Lowercase its optional |
| 54 argument. Roles are indexed by lower case role name. So 'security | 54 argument. Roles are indexed by lower case role name. So 'security |
| 55 User' and 'security user' should generate the same output. (John | 55 User' and 'security user' should generate the same output. (John |
| 56 Rouillard from issue on mailing list by Chuck Cunningham) | 56 Rouillard from issue on mailing list by Chuck Cunningham) |
| 57 - make roundup-server exit more quickly on ^C. This seems to be | |
| 58 limited to windows. | |
| 57 | 59 |
| 58 Features: | 60 Features: |
| 59 | 61 |
| 60 - issue2551103 - add pragma 'display_protected' to roundup-admin. If | 62 - issue2551103 - add pragma 'display_protected' to roundup-admin. If |
| 61 true, print protected attributes like id, activity, actor... | 63 true, print protected attributes like id, activity, actor... |
