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
发现LDNetPing里的- (void)runWithHostName:(NSString *)hostName normalPing:(BOOL)normalPing方法有时候会因为runloop陷入msg_trap状态且不被事件唤醒,观察到LDSimplePing的socket事件是Invalidate了的,在LDNetConnect.m添加Invalidate逻辑后, runloop能够正常退出了
- (void)runWithHostName:(NSString *)hostName normalPing:(BOOL)normalPing
The text was updated successfully, but these errors were encountered:
你咋改的呢?
Sorry, something went wrong.
No branches or pull requests
发现LDNetPing里的
- (void)runWithHostName:(NSString *)hostName normalPing:(BOOL)normalPing
方法有时候会因为runloop陷入msg_trap状态且不被事件唤醒,观察到LDSimplePing的socket事件是Invalidate了的,在LDNetConnect.m添加Invalidate逻辑后,runloop能够正常退出了
The text was updated successfully, but these errors were encountered: