SyncSocksServer class as more stable impl of SocksServer by kllbzz · Pull Request #12 · bbottema/java-socks-proxy-server
Navigation Menu
{{ message }}
bbottema / java-socks-proxy-server Public
- Notifications You must be signed in to change notification settings
- Fork 35
Merged
bbottema merged 2 commits intobbottema:masterfrom
Jan 22, 2024Merged
Conversation
Copy link
Contributor
kllbzz
commented
Dec 26, 2023
kllbzz
commented
SyncSocksServer implementation has some additional properties on top of SocksServer
- start method does several retries to open server socket
- start method is not returned until server socket is opened or timeout occurs
- stop method tries to close all server and client connections
These properties make usage of SyncSocksProxy class more reliable and predictiable in dynamic test environment.
kllbzz added 2 commits
December 26, 2023 22:26
bbottema
merged commit
1e36294
into
bbottema:master
Copy link
Owner
bbottema
commented
Jan 22, 2024
bbottema commented
Jan 22, 2024Released in 3.0.0. thank you for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment