Wang Xinyong

Results 19 comments of Wang Xinyong

@oliverzy 你的这个patch,目测好像有问题,因为你在遍历request queue的时候,虽然是只读,但是没有锁保护,假如这个时候,其他线程又有request请求发出的话,会造成诡异问题. 其实你完全可以把pc_client_t作为参数传进去,这样就有锁可用了. 但是这样做,打破了层级依赖关系,造成了底层依赖高层的问题,这也是不打算修这个问题的原因

@Jennal 抱歉,抱歉,一直没回应, ^ ^ 你说的很有道理,解决问题最重要,哈哈....... 你可以把这个patch整理一下,发个pr吧,谢谢... @oliverzy

我已经把wontfix标签去掉了

you can generate the xcode build file for mac os via gyp script, and then change the `platform` to ios.

https://camo.githubusercontent.com/8f6a9b8343b9f4240548718647340eaaf870a133/687474703a2f2f706f6d656c6f2e6e6574656173652e636f6d2f7265736f757263652f646f63756d656e74496d6167652f6d6d6f4172636869746563747572652e706e67 其中一张图的链接,如果无法访问的话,挂代理试一下

The outputs include several `.a` files and a `.dylib` file placed in such as /Users//Library/Developer/Xcode/DerivedData//Build/Products/Default. Sorry to tell you that we have not provided friendly compilation method for some platforms,...

可以考虑使用libpomelo2, native实现的 On Fri, Sep 12, 2014 at 4:18 PM, py [email protected] wrote: > 最新的版本就可以了 > > — > Reply to this email directly or view it on GitHub >...

@felixswang https://github.com/NetEase/libpomelo2/issues/15