(build) merge platform specific files which were used to have different implementations for setting a thread name into a single file, to make it easier to include every source files and build the ixwebsocket library (fix #226)

This commit is contained in:
Benjamin Sergeant 2020-07-17 11:58:06 -07:00
parent f7031d0d3e
commit ffde283a4b
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
All changes to this project will be documented in this file. All changes to this project will be documented in this file.
## [9.9.3] - 2020-07-17
(build) merge platform specific files which were used to have different implementations for setting a thread name into a single file, to make it easier to include every source files and build the ixwebsocket library (fix #226)
## [9.9.2] - 2020-07-10 ## [9.9.2] - 2020-07-10
(socket server) bump default max connection count from 32 to 128 (socket server) bump default max connection count from 32 to 128

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "9.9.2" #define IX_WEBSOCKET_VERSION "9.9.3"