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
上面的截图是我在用Yar_Concurrent_Client::loop() 两次合并调用与通过for循环的方式用度Yar_Client的方法start调用的,发现有个情况是,当我用Yar_Concurrent_Client::loop() 调用时,当中pluspoint值没有更新导致我在获取用户积分时,都是以第一次调用时的积分为主进行了两次扣减
这里的调用都是以1011为基础每次调用这个积分总值都变了扣了两次结果为995.600是对的 但是当我用Yar_Concurrent_Client::loop() 就变成这样了,两次扣减都是以1011为基础扣减的。 客户端的调用方式
The text was updated successfully, but these errors were encountered:
No branches or pull requests
上面的截图是我在用Yar_Concurrent_Client::loop() 两次合并调用与通过for循环的方式用度Yar_Client的方法start调用的,发现有个情况是,当我用Yar_Concurrent_Client::loop() 调用时,当中pluspoint值没有更新导致我在获取用户积分时,都是以第一次调用时的积分为主进行了两次扣减
这里的调用都是以1011为基础每次调用这个积分总值都变了扣了两次结果为995.600是对的
但是当我用Yar_Concurrent_Client::loop() 就变成这样了,两次扣减都是以1011为基础扣减的。
客户端的调用方式
The text was updated successfully, but these errors were encountered: