Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows server ignoring events #4

Closed
walker0643 opened this issue Jan 29, 2018 · 0 comments
Closed

windows server ignoring events #4

walker0643 opened this issue Jan 29, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@walker0643
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant