You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jasonbillie2 I think async-socks5 will be better. fast-socks5 returns the new TcpStream type, while async-socks5 just does the handshake, and then continues to use the original TcpStream, which will have better compatibility.
Genuine question: I discovered https://github.com/dizda/fast-socks5, and really liked it.
Can you tell me the differences between these 2 crates?
The text was updated successfully, but these errors were encountered: