sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

rename socket.._single_retry to be more apt #88

Open Adimote opened 6 years ago

Adimote commented 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).

PeterJCLaw commented 6 years ago

@Adimote thoughts on #78 (which renders this somewhat redundant)?