Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions lib/vault/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ def pool

# Shutdown any open pool connections. Pool will be recreated upon next request.
def shutdown
@nhp.shutdown()
@nhp = nil
@lock.synchronize do
@nhp.shutdown()
@nhp = nil
end
end

# Creates and yields a new client object with the given token. This may be
Expand Down