Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(OpMsg): cap requestIds at 0x7fffffff
Since OpMsg uses buffer write methods, these methods can throw if the buffer attempts to write a number to large for the space. We now cap the requestId at 0x7fffffff and loop back around to 0 Fixes NODE-2067
- Loading branch information