Aidan Dysart

Results 3 issues of Aidan Dysart

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...

T-Bug
O-Community
SDK-Use:Local
Frequency:Always
Repro:Always
Encryption:Off

`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...