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
抓包分析可以看到服务端是有push过来内容的,但是没有触发readData; Tips:模拟器都OK,但是手机很大概率触发不了
The text was updated successfully, but these errors were encountered:
@Come-Mile 没有触发readData;具体是指没有触发哪个方法呢?
如果是GCDAsynSocket中的方法,那可能是底层的一些问题。 如果是RHSocketKit中的方法没有触发,那就是数据包解码的问题,需要针对应用中定义的数据包格式来定位了。
Sorry, something went wrong.
确实是GCDAsynSocket 中的 [strongSelf doReadData]; 方法未触发执行; 个人猜测是服务端异常断开之后,客户端socket 还没从通道里读取数据,就直接抛出了异常
No branches or pull requests
抓包分析可以看到服务端是有push过来内容的,但是没有触发readData;
Tips:模拟器都OK,但是手机很大概率触发不了
The text was updated successfully, but these errors were encountered: