mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Pool: Don't hang if creating a connection fails
This commit is contained in:
parent
577ebeaefb
commit
d140c75530
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ public:
|
|||
} catch (...) {
|
||||
auto state_(state.lock());
|
||||
state_->inUse--;
|
||||
wakeup.notify_one();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue