We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750210e commit 56a68c8Copy full SHA for 56a68c8
src/Elasticsearch.Net/ConnectionPool/SniffingConnectionPool.cs
@@ -74,9 +74,9 @@ public override void Reseed(IEnumerable<Node> nodes)
74
/// <inheritdoc/>
75
public override IEnumerable<Node> CreateView(Action<AuditEvent, Node> audit = null)
76
{
77
+ this._readerWriter.EnterReadLock();
78
try
79
- this._readerWriter.EnterReadLock();
80
return base.CreateView(audit);
81
}
82
finally
0 commit comments