You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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.
The text was updated successfully, but these errors were encountered:
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:
notice that it acknowledges the command with the following line:
but it does not react to it otherwise by shutting down.
The text was updated successfully, but these errors were encountered: