Android
Windows
OSX
Websockets (non-WinRT)
Tests
- Fixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.
Windows
- Fixed several code analysis warnings.
- Updating NuGet package for missing OpenSSL license, also patched 2.4.0's NuGet package.
- Fixed not working on XP issue because of crypto API. #331, #334
OSX
- Merged a pull request to work around a FindOpenSSL.cmake issue, enabling it to find Homebrew's copy.
Websockets (non-WinRT)
- Fixed a race condition during websocket client destructor which would sometimes result in an AV/Segfault.
Tests
- Fixed race conditions in closecallbackclientfromserver
- Added proper synchronization to testwebsocketserver (preventing some race conditions).