[GH-ISSUE #4] windows server ignoring events #4

Closed
opened 2026-05-05 04:41:18 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @walker0643 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/4

Originally assigned to: @walker0643 on GitHub.

barriers.exe on windows will not completely handle events such as a client connecting or ctrl+c. with --debug up high enough you might see that it knows that something happened but it will not follow through on dealing with it.

to reproduce:

  1. start barriers.exe from cmd so you have keyboard input (get nice command line from GUI log pane) and set --debug to at least INFO
  2. once it's idling, hit ctrl+c

notice that it acknowledges the command with the following line:

  • INFO: got shutdown signal

but it does not react to it otherwise by shutting down.

Originally created by @walker0643 on GitHub (Jan 29, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/4 Originally assigned to: @walker0643 on GitHub. barriers.exe on windows will not completely handle events such as a client connecting or ctrl+c. with --debug up high enough you might see that it knows that something happened but it will not follow through on dealing with it. to reproduce: 1. start barriers.exe from cmd so you have keyboard input (get nice command line from GUI log pane) and set --debug to at least INFO 2. once it's idling, hit ctrl+c notice that it acknowledges the command with the following line: - INFO: got shutdown signal but it does not react to it otherwise by shutting down.
gitea-mirror 2026-05-05 04:41:18 -06:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#4
No description provided.