Git Product home page Git Product logo

Comments (22)

dustturtle avatar dustturtle commented on June 1, 2024

这个是之前版本出现过的问题,已经修复了(closed issue里有人提过)。请使用最新版本!

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

好的,谢谢!

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

上面那个崩溃,我更新到了1.1.7版本,通过线上bug统计工具显示,这个问题还是存在。昨天app上线的,统计到了7次crash,影响7个用户。
崩溃日志信息和上面一样。能帮忙分析一下原因吗?是因为请求地址为空了?还是地址的格式不对?

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

看你的日志信息是这里的代码assert失败了(创建runloopSource返回结果为空)
rls = CFSocketCreateRunLoopSource(NULL, self.socket, 0);
assert(rls != NULL);
目前还不清楚触发的场景和原因 。不知道你这里的用法是怎样的,如果不需要ping功能,可以只使用pod 'RealReachability/Connection'。

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

谢谢回复。 我的用法是获取用户当前使用的网络情况,例如是Wi-Fi、4G、3G。
另外我断点调试看了一下,获取网络状态方法之前,是开启了监测的。
目前我们自己也没有测试重现这个问题。 只是从上个版本开始,出现了日志里的错误。不知道用什么方法去模拟重现这个问题。

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

从日志分析里面看,用户使用的页面路径,是当用户切换到后台或者从后台切换到前台的时候出现崩溃。
机型以iPhone4s iOS9.x以上为主。 不知道这种情况下,会有什么原因导致崩溃呢?

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

可能是苹果的pingFoundation里面,在某些前后台切换场景下触发了assert;这块我之前改过(后来pingFoundation替换成苹果新版本的了),新版本以后没有再修改;过几天我好好梳理下(这几天有些忙,见谅) @ixiaogangwyg1

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

嗯 好的,先谢谢你了~

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

hi, 我看到最近2天有更新,这个更新修复了我提的那个bug吗?
如果没有修复的话,计划什么时候呢?谢谢~

在 2016年8月3日,下午4:05,Achen [email protected] 写道:

可能是苹果的pingFoundation里面,在某些前后台切换场景下触发了assert;这块我之前改过(后来pingFoundation替换成苹果新版本的了),新版本以后没有再修改;过几天我好好梳理下(这几天有些忙,见谅) @ixiaogangwyg1 https://github.com/ixiaogangwyg1

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #46 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ADpxM22ClyspGZFTBpjYqE34Bc9EpLIiks5qcEvKgaJpZM4JJUsn.

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

这个更新和之前你提的bug无关的,计划本周内吧,修改了我会@你的,谢谢 @ixiaogangwyg1

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

好的,等你通知,谢谢。

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

已经修改了你那个问题相关的代码,请更新,谢谢! 如果有任何问题继续反馈给我哈 @ixiaogangwyg1

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

好的,我更新一下,不过pods好像没有更新吧?

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

没有

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

那什么时候更新呢?我是用pod管理的

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

稍微观察几天就更新。手动集成也很简单的 @ixiaogangwyg1

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

好的 谢谢~

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

请问有更新pod的时间表了吗?😄

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

本周内就会更新

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

已经更新了1.1.8 @ixiaogangwyg1 请查收验证

from realreachability.

dustturtle avatar dustturtle commented on June 1, 2024

@ixiaogangwyg1 新版本情况如何啊

from realreachability.

ixiaogangwyg1 avatar ixiaogangwyg1 commented on June 1, 2024

不好意思,后来调整了app里面的用法,暂时没有使用了。

from realreachability.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.