Open Adimote opened 6 years ago
This has been on my TODO list for 4 months.
replace the name of _socket_with_single_retry (because it actually retries more than once) with _socket_with_backoffs (because it uses backoffs).
_socket_with_single_retry
_socket_with_backoffs
@Adimote thoughts on #78 (which renders this somewhat redundant)?
This has been on my TODO list for 4 months.
replace the name of
_socket_with_single_retry
(because it actually retries more than once) with_socket_with_backoffs
(because it uses backoffs).