For PHPC-1029, we need an API so that we can set tailable and awaitData on the command cursor that is created from the envelope that's returned. PHP uses mongoc_cursor_new_from_command_reply(), which allows no way to set tailable/awaitData options, which are required for mongoc_cursor_set_max_await_time_ms() to have any effect.
- is depended on by
-
PHPC-1029 Support maxTimeMS getMore option for tailable command cursors
- Closed
- related to
-
CDRIVER-2517 Aggregation on sharded cluster fails when $gleStats is used as a cursor option
- Closed