pioneers / shepherd

baa
Apache License 2.0
2 stars 2 forks source link

Windows doesn't handle Ctrl-C during blocking #59

Open sberkun opened 3 years ago

sberkun commented 3 years ago

Describe the bug windows is bad

To Reproduce Steps to reproduce the behavior:

  1. Install windows
  2. See error

Expected behavior linux

Additional context need to replace queue.get() with queue.get(timeout=1) and continue if emptyerror