Pool: Don't hang if creating a connection fails

This commit is contained in:
Eelco Dolstra
2017-03-03 19:21:43 +01:00
parent 577ebeaefb
commit d140c75530
+1
View File
@@ -137,6 +137,7 @@ public:
} catch (...) {
auto state_(state.lock());
state_->inUse--;
wakeup.notify_one();
throw;
}
}