Releases: GF-Huang/Socklient
Releases · GF-Huang/Socklient
4.1.0
4.0.0
4.0.0-alpha
Breaking Change!!!
- Rename namespace
SocklientDotNet
toSocklient
. - Rename class
Socklient
toSocksClient
. - Huge refactoring for high performance and minimal allocation using
Memory<T>
andArrayPool<T>
. - Remove all sync methods, make all the things async.