twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.84k stars 703 forks source link

fix: Connection pool is full, discarding connection #716

Closed lightiverson closed 4 months ago

lightiverson commented 1 year ago

Fixes #714

Allows for more connections when using multi-threading. By increasing max number of connections in the pool.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.