v1.0.0-rc4
Pre-release
Pre-release
- SocketPool now properly observes host connection limits
- New
Client::OP_CONCURRENCY_LIMITsetting queues outstanding requests beyond a certain number
(default 512) to help prevent naive applications from spiraling memory out of control without
worrying over the details of concurrency.
BC BREAKS:
- The
Client::OP_QUEUED_SOCKET_LIMITsetting has been removed