amphp / socket

Non-blocking socket and TLS functionality for PHP based on Amp.
https://amphp.org/socket
MIT License
237 stars 38 forks source link

Socket connector retry logic #84

Closed trowski closed 2 years ago

trowski commented 2 years ago

Let's re-examine how error codes (includingEAGAIN, which is not handled currently) and retries are handled by DnsConnector before tagging the next major.

kelunik commented 2 years ago

Done in https://github.com/amphp/socket/commit/ff5d89802b85814f8ac4b4e5bcc6b76f623ab13b.