In proxy_protocol.js we wait 1 second before checking the output of the command ss or netstat. In slow servers this output could take more time.
Implement retries and timeout instead of a sleep when checking for the output of these commands.
In proxy_protocol.js we wait 1 second before checking the output of the command ss or netstat. In slow servers this output could take more time.
Implement retries and timeout instead of a sleep when checking for the output of these commands.