We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根據文檔,或許我們不應該在 PingFoundation dealloc 時調用 [self stop] ?
PingFoundation dealloc
[self stop]
Crash call stack:
Crashed: SearchSerialQueue (QOS: UNSPECIFIED) 0 CFNetwork 0xca530 CFHostUnscheduleFromRunLoop + 60 1 RealReachability 0xa230 -[PingFoundation stopHostResolution] + 800 (PingFoundation.m:800) 2 RealReachability 0xa2d0 -[PingFoundation stop] + 816 (PingFoundation.m:816) 3 RealReachability 0x8d0c -[PingFoundation dealloc] + 188 (PingFoundation.m:188) 4 RealReachability 0xa990 -[PingHelper setHost:] + 116 (PingHelper.m:116) ...
The text was updated successfully, but these errors were encountered:
在iOS16上会崩溃,和robbiehanson/CocoaAsyncSocket#803 这个类似
Sorry, something went wrong.
@xiaoshaogg 請問是指 #139 這個 PR 會在 iOS16 上崩潰嗎?
Successfully merging a pull request may close this issue.
根據文檔,或許我們不應該在
PingFoundation dealloc
時調用[self stop]
?Crash call stack:
The text was updated successfully, but these errors were encountered: