We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5087a commit 58739b6Copy full SHA for 58739b6
src/cmap/commands.ts
@@ -576,7 +576,7 @@ export class OpMsgRequest {
576
NumberUtils.setInt32LE(header, 4, this.requestId); // requestID
577
NumberUtils.setInt32LE(header, 8, 0); // responseTo
578
NumberUtils.setInt32LE(header, 12, OP_MSG); // opCode
579
- NumberUtils.setInt32LE(header, flags, 16); // flags
+ NumberUtils.setInt32LE(header, 16, flags); // flags
580
return buffers;
581
}
582
0 commit comments