Jack Wang
Jack Wang
谢谢你的回答,,由于我之前没有深入研究代码细节,现在我已经明白了。 在 2019-07-11 09:53:50,"Udall Hu" 写道: 在没有收到数据或需要发送数据的时候,kcp 也需要检查已发送的包是否超时是否需要重发,ikcp_check 就是告诉你下一次需要检查的时间,可以不用定时 update — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or...
其实你这边一个线程就代表一个CPU,如果其中一个线程死锁的话,其他的3个线程被4个CPU执行了,,死锁的线程,还是不能执行
[self.player prepareToPlay] [self.player stop] 任何一行代码,就报上面的错误,马上是崩溃!!!只有在IPhone X 有这样的问题
o.controlStyle = MPMovieControlStyleNone; [self addSubview:o.view]; o.view.frame = self.bounds; [self bringSubviewToFront:o.view]; o.view.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight; o.shouldAutoplay = TRUE; o.shouldEnableVideoPostProcessing = TRUE; o.scalingMode = MPMovieScalingModeAspectFit; o.videoDecoderMode = MPMovieVideoDecoderMode_AUTO; o.shouldLoop = NO; o.bufferTimeMax =...
问题解决了,,什么都不用改,以前是你给我的 framework 现在我集成了 pod 完美解决