(ixwebsocket) Handle EINTR return code in ix::poll and IXSelectInterrupt

This commit is contained in:
Benjamin Sergeant 2020-11-16 13:53:09 -08:00
parent 60aeaec734
commit 223cd41b3c
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All changes to this project will be documented in this file. All changes to this project will be documented in this file.
## [11.0.4] - 2020-11-16
(ixwebsocket) Handle EINTR return code in ix::poll and IXSelectInterrupt
## [11.0.3] - 2020-11-16 ## [11.0.3] - 2020-11-16
(ixwebsocket) Fix #252 / regression in 11.0.2 with string comparisons (ixwebsocket) Fix #252 / regression in 11.0.2 with string comparisons

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "11.0.3" #define IX_WEBSOCKET_VERSION "11.0.4"