fukamachi / anypool

General-purpose connection pooling library for Common Lisp
BSD 2-Clause "Simplified" License
25 stars 3 forks source link

Fix the behavior of :timeout nil to wait forever #3

Closed gos-k closed 1 year ago

gos-k commented 1 year ago

Fix the behavior of :timeout nil to wait forever from throwing too-many-open-connection condition.

close #2

fukamachi commented 1 year ago

Thanks!