-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Monitoring
-
None
Expected outcome:
For each command sent to the server, the driver should generate either a CommandSucceededEvent or a CommandFailedEvent.
Actual outcome:
The driver generates both CommandSucceededEvent and CommandFailedEvent.
This can will happen in any situation where the registered Decoder for the response throws an exception decoding the BSON document response.