- Make instance use within a slot really round-robin (#218)
- Mark instances as bad on network failure (#218)
- Automatically clear all connection pools on network failure (#218)
- Retry bad instances in a background thread (#218)
- Retry bad instance "inline" with the requests if background threads are not allowd (#223)
- Add tests for retry mechanisms and timeouts with dead or stalled connections (#214)