我目前正在使用public class ExampleActivity extends Activity {
private ExampleInterfaceImplementor mImplementor;
private AnotherInterfaceImplementor mAnotherImplementor;
}
public class ExampleInterfaceImplementor implements Foo {
}
public class AnotherInterfaceImplementor implements Bar {
}
SDK 2.6.0版,我已成功创建,发布和订阅会话。当我尝试关闭视图控制器时,如果会话中有任何其他订阅者,则会收到OpenTok
错误。我已经尝试启用僵尸并保护malloc,但我仍然无法在接收选择器的内存中找到解除分配的地址。