orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

Caching-related crash #40

Closed Obbut closed 4 years ago

Obbut commented 6 years ago

See https://gist.github.com/Obbut/d7b465203c16399e2d2b8901aebea4b3

Obbut commented 6 years ago

If anyone else runs into this issue before it is solved, re-initializing a new Document with the same data may serve as a workaround:

var newDocument = Document(data: document.bytes)