Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
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.