Skip to content

Releases: 200Tigersbloxed/HypeRate.NET

Performance Improvements

27 Oct 20:44
67b5780

Choose a tag to compare

New update to improve performance for clients!

Added:

  • ILRepack
    • Auto-merges assemblies to make my life easier when deploying a build.

Changes:

  • Switched from IsAlive to WebSocketState
    • Improves performance as IsAlive halts all threads to check if a client's connection is alive.

TLS Fix

04 Sep 17:22
2e1e3d8

Choose a tag to compare

Set WebSocket TLS to 1.2 to fix issues with some sockets failing to connect.

Initial Release

05 Jul 23:42

Choose a tag to compare

Please see the README.md on how to use

Included assets:

  • HypeRate.NET-merged.dll
    • Merged DLL for use in projects
  • HypeRate.NET.Test-merged.exe
    • Merged EXE for testing HypeRate.NET
    • Includes use for all features of HypeRate.NET