Jetbyte Tools Socket

On
ToolsSockets setsSocket

Cheap Sockets

.You might also be interested in the release notes for the libraries that this one is built on:.(this was a separate library prior to version 6.0 at which point it was merged with the Win32 Tools Library.Version 6.9.3.Fixed issued raised by Resharper.Changed include path separators from to / so as to support compilation on Linux using CLANG and GCC.Fixed case of include file names to aid portability.Migrating code towards 'modern C' idioms.Suppress warning C4355 'this': used in base member initializer list' in and remove per file suppressions.

.You might also be interested in the release notes for the libraries that this one is built on:.Version 6.9.3.Fixed issued raised by Resharper.Changed include path separators from to / so as to support compilation on Linux using CLANG.Fixed case of include file names to aid portability.Migrating code towards 'modern C' idioms.Suppress warning C4355 'this': used in base member initializer list' in and remove per file suppressions. We just use this idiom far too often for it to be a special case.Added support for Visual Studio 2019 (16.3).Dropped support for Visual Studio 2013.Version 6.9.2.Added support for Visual Studio 2017 (15.6 - 15.9).Added support for Visual Studio 2019 (16 - 16.2). Added GetIdentifierA to all socket code and made GetIdentifier always available rather than conditional on some debug traces being enabled. Added conditional code to to allow communication with peers that do not correctly implement the websocket protcol. Specifically you can conditionally enable code that allows the 'upgrade' header to be missing and separately also allow the 'connection' header to be missing.