Pool: Don't hang if creating a connection fails
This commit is contained in:
parent
577ebeaefb
commit
d140c75530
|
@ -137,6 +137,7 @@ public:
|
|||
} catch (...) {
|
||||
auto state_(state.lock());
|
||||
state_->inUse--;
|
||||
wakeup.notify_one();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue