Windows: use select instead of WSAPoll, through a poll wrapper

This commit is contained in:
Benjamin Sergeant
2019-08-22 10:34:17 -07:00
parent 53c767140d
commit ff75846d2d
5 changed files with 84 additions and 10 deletions

View File

@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
## [5.0.5] - 2019-08-22
- Windows: use select instead of WSAPoll, through a poll wrapper
## [5.0.4] - 2019-08-20
- Windows build fixes (there was a problem with the use of ::poll that has a different name on Windows (WSAPoll))