[CSHARP-2112] Support { w : 0 } when using write commands Created: 26/Nov/17 Updated: 28/Oct/23 Resolved: 09/May/18 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | Write Operations |
| Affects Version/s: | None |
| Fix Version/s: | 2.7.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Robert Stam | Assignee: | Robert Stam |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Description |
|
We used to support { w : 0 } by using the older insert/update/delete opcodes. Now that we have removed support for those older opcodes we need to support { w : 0 } when using write commands. We need to consume and discard the skeleton response from the server when using { w : 0 } but the application using { w : 0 } should not block waiting for the response. |
| Comments |
| Comment by Robert Stam [ 09/May/18 ] |
|
The work done on |
| Comment by Jeffrey Yemin [ 09/May/18 ] |
|
rstam is this complete now that we've done OP_MSG? |
| Comment by Robert Stam [ 03/Feb/18 ] |
|
Now that OP_MSG has been added with the MoreToCome flag the goal of this task should now be to use OP_MSG correctly when { w : 0 } is specified. |