-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.8.0
-
Component/s: Connectivity
-
None
The ServerDescription class has a LastUpdateTimestamp that is intended to track the time at which this ServerDescription was created. It can therefore be used to determine how stale the ServerDescription is (i.e. how long ago it was created).
Looking at the code it appears that LastUpdateTimestamp is not always set correctly (for example: in the With and WithHeartbeatException methods ServerDescription).