Static Propertyswift-mongodb 0.27.0MongoWire->Mongo
moreToCome
Another message will follow this one without further action from the receiver. The receiver MUST NOT send another message until receiving one with moreToCome
set to 0 as sends may block, causing deadlock. Requests with the moreToCome
bit set will not receive a reply. Replies will only have this set in response to requests with the exhaustAllowed
bit set.
static let moreToCome: `Self`
Other members in extension
Type members
init(rawValue: UInt32
) init(validating: UInt32
) throws static let checksumPresent: `Self`
The message ends with 4 bytes containing a CRC-32C [1] checksum. See Checksum for details.
static let exhaustAllowed: `Self`
The client is prepared for multiple replies to this request using the
moreToCome
bit. The server will never produce replies with themoreToCome
bit set unless the request has this bit set.