Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use nonblocking sockets instead of selectors for healthy connections | Andy McCurdy | 2019-07-09 | 1 | -122/+0 |
| | | | | | | | This replaces the work in 3.2.0 to use nonblocking sockets instead of selectors. Selectors proved to be problematic for some environments including eventlet and gevent. Nonblocking sockets should be available in all environments. | ||||
* | test all selectors via pytest parameterizationhealty_connections | Andy McCurdy | 2019-02-11 | 1 | -0/+122 |