Ruqi
Ruqi
Monitored lot of crash due this line: `CFRelease(self->_socket);` CFSocketInvalidate may have released self->_socket already.
文中的 `- deepCopy` 方法并不能实现深拷贝。 `CYLUser` 的 `- copyWithZone` 方法里,`_friends` 成员的的赋值使用的 `- mutableCopy` 是浅拷贝,只是创建了`NSMutableSet` 对象;导致 `- deepCopy`方法中, _friends 的每一个对象的 _friends 列表并未创建实例。 为了测试 `NSArray`, `NSSet` 容器类初始化行为,我写了测试代码, ``` NSMutableArray *objects = [NSMutableArray array];...
### Platforms affected iOS 9 ### What does this PR do? Fix app halt when an audio ends with another playing ### What testing has been done on this change?...
* Upgrade to latest electron version * Specify .cjs and .mjs extension to fix runtime errors