docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Use poll() instead of select(), unless Windows.

Open I-question-this opened this issue 3 years ago • 0 comments

Fixes #2278, which was originally addressed in #2279, but was not properly merged. Additionally it did not address the problem of poll not existing on Windows. This patch falls back on the more limited select method if host system is Windows.

Signed-off-by: Tyler Westland [email protected]

I-question-this avatar Jul 22 '21 20:07 I-question-this