mirror of
https://github.com/Mukheem/TwinTurbine.git
synced 2024-12-12 15:02:45 +01:00
.. | ||
LICENSE.txt | ||
LICENSE.txt.meta | ||
proxima-websocket-sharp.dll | ||
proxima-websocket-sharp.dll.meta | ||
README.txt | ||
README.txt.meta |
This is a modified fork of the open source WebSocketSharp library: https://github.com/sta/websocket-sharp If you need access to the modified source, email support@virtualmaker.net. Modifications: - Prefixed all namespaces with 'Proxima' to avoid collisions. - Previously, if HttpServer was initialized as 'secure', it would fail for HTTP requests. Now, it will handle HTTP requests by redirecting to HTTPS. - Updated targeted .NET version to 4.7.1. - Added default parameter to SslStrema constructor, to avoid failure on older Unity versions. - Added SendAsTextAsync to avoid some memory allocation and send MemoryStream directly as string.