when trying to flush the send buffer, use select to wait until it is possible instead of using sleep to retry at a given frequency

This commit is contained in:
Benjamin Sergeant
2019-03-18 14:25:27 -07:00
parent 1d49ba41ea
commit 2a90e3f478
11 changed files with 126 additions and 53 deletions

View File

@ -36,7 +36,7 @@ test_server:
test:
python test/run.py
ws_test:
ws_test: all
(cd ws ; sh test_ws.sh)
# For the fork that is configured with appveyor