Open TroyKomodo opened 1 month ago
mongo only allows UUIDv4, is this a valid uuidv4?
Is that true? The upstream mongo driver allows any uuid and mongo treats uuid as just a byte array it seems.
@TroyKomodo ah i misread, it generates a uuidv4
@lucsoft I wonder how this error is even possible? web_bson@0.3.1 is basically a fork of official bson lib with no logical changes.