jowavp / sap-cf-proxy

A proxy to consume destinations locally
Other
39 stars 13 forks source link

Refactor: Multi-threading support for socks clients #37

Closed ambravo closed 2 weeks ago

ambravo commented 2 weeks ago

Fix: Improved documentation for clarity and accuracy. Refactor: Process environment variables upfront. Enhancement: Added multi-threading to support multiple client connections concurrently.

Note: Multi-threading was added to support concurrent connections, as the socks proxy was previously limited to handling a single client at a time.

gregorwolf commented 2 weeks ago

Maybe @spamsch can check this PR?

spamsch commented 2 weeks ago

Changes look good and sensible.