Aidan Dysart
Aidan Dysart
xcode9
address warnings from new -Wcomma warning in clang
### How frequently does the bug occur? Always ### Description The `seedFilePath` property on `RLMRealmConfiguration` is not included when this type is copied in `copyWithZone:`. Since the configuration is copied...
`SocketEngine` retains an instance of `URLSession`, and this value is replaced in `resetEngine()`. But this instance of `URLSession` is leaked unless you call `invalidateAndCancel()`, which breaks the references between the...