处理崩溃

This commit is contained in:
2026-01-30 21:38:58 +08:00
parent cc82396195
commit d2f582b7f8
5 changed files with 71 additions and 64 deletions

View File

@@ -35,7 +35,7 @@ static NSString *const kVoiceChatWebSocketClientErrorDomain =
}
- (void)dealloc {
[self disconnect];
[self disconnectInternal];
}
#pragma mark - Public Methods