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 1552f71 commit 685a6d8Copy full SHA for 685a6d8
src/MongoDB.Driver.Core/Core/Servers/Server.cs
@@ -47,6 +47,7 @@ internal sealed class Server : IClusterableServer
47
private static readonly List<Type> __invalidatingExceptions = new List<Type>
48
{
49
typeof(MongoNotPrimaryException),
50
+ typeof(MongoNodeIsRecoveringException),
51
typeof(MongoConnectionException),
52
typeof(SocketException),
53
typeof(EndOfStreamException),
0 commit comments