Skip to content

4.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@GF-Huang GF-Huang released this 09 Feb 18:41
566817a

Breaking Change!!!

  • Rename namespace SocklientDotNet to Socklient.
  • Rename class Socklient to SocksClient.
  • Huge refactoring for high performance and minimal allocation using Memory<T> and ArrayPool<T>.
  • Remove all sync methods, make all the things async.