fukamachi / anypool

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

Don't increment the active counter before allocating a new instance #6

Closed Tevo45 closed 9 months ago

Tevo45 commented 9 months ago

This ensures we don't count a non-existent instance as "used" when the connector function exits non-locally.

fukamachi commented 9 months ago

Thanks!