智能连接闪退问题,热点失败提示修复,设置读读取定时器hud问题

This commit is contained in:
kai60
2020-07-22 21:17:07 +08:00
parent db92b2796d
commit 4bb3f1dcd5
4 changed files with 8 additions and 3 deletions
@@ -166,7 +166,7 @@
-(void)onUdpSocket:(AsyncUdpSocket *)sock didNotReceiveDataWithTag:(long)tag dueToError:(NSError *)error{
NSLog(@"dueToError%@",error);
[self postmsg:error.localizedDescription];
[self postmsg:@"Socket连接失败"];
}