We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0c5fa commit 9cb6808Copy full SHA for 9cb6808
source/includes/changestream-paradigm-warning.rst
@@ -1,8 +1,8 @@
1
.. warning::
2
3
Using a ``ChangeStream`` in ``EventEmitter`` and ``Iterator`` mode
4
- concurrently is not supported and causes an error. This is to prevent
5
- undefined behavior, where the driver cannot guarantee which consumer
6
- receives documents first.
+ concurrently is not supported by the driver and causes an error. This
+ is to prevent undefined behavior, where the driver cannot guarantee
+ which consumer receives documents first.
7
8
0 commit comments