ployground / ploy

A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
http://ploy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

Simplify timeout handling #49

Closed witsch closed 1 year ago

witsch commented 1 year ago

Instead of trying to connect/read five times for one second (using a fresh socket every time) this now just tries one time for five seconds. The previous strategy can cause the code to not connect or read anything at all if the connection or reading the initial byte consistently takes more than one second.

fschulze commented 1 year ago

Merged with changelog entry.