-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connectivity, Diagnostics
-
None
There are at least two places in the SDAM code where exceptions are ignored. See:
To be fair, we don't actually expect exceptions in either of these places, which is why ignoring them hasn't generally been a problem.
However, any exceptions that might occur here due to bugs in the driver should not be ignored, so we should capture them and log them in some way.