NSTimer 无法与 AsyncSocket 库一起使用
我正在使用 AsyncSocket 库,并且尝试创建 NSTimer 但它没有触发。当我删除异步套接字代码时,我的计时器开始工作。我很确定 AsyncSockets 导致了这个问题,那么我该如何使用 NSTimers 以及导致这个问题的原因是什么?
I am using the AsyncSocket library and I tried creating an NSTimer but it is not firing. When I remove the Async socket code, my timer works. I am pretty sure AsyncSockets is causing this, so how can I use NSTimers and what might be the cause of this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 AsyncSocket 库中找到了一个方法
addTimerToRunloop
来解决这个问题。I found a method
addTimerToRunloop
in the AsyncSocket library that fixes this.