-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.11.0
-
Component/s: Connectivity, Session Management
-
None
-
Environment:Visual studio Professional 2017 , C#
Hi ,
I have updated the Mongo DB driver from 2.10.4 to latest 2.11.0 in visual studio professional 2017 from the nugget package manager . After updating am not able to connect to the local mongo DB server . Am getting the below error for all the members in team whoever updater to latest 2.11.0 version.
But it works good without any error in 2.10.4 version. find the below error.
System.TimeoutException: 'A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector
{ AllowedLatencyRange = 00:00:00.0150000 }}. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "
{ ClusterId : 1, EndPoint : "[192.168.201.196|callto:192.168.201.196]:27017" }", EndPoint: "[192.168.201.196|callto:192.168.201.196]:27017", ReasonChanged: "ServerInitialDescription", State: "Disconnected", ServerVersion: , TopologyVersion: , Type: "Unknown", LastHeartbeatTimestamp: null, LastUpdateTimestamp: "2020-08-04T06:07:32.1311970Z" }] }.'