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
为什么这里要遍历? 因为这个遍历我发送一条消息,这里就被调用多次。 如:我发送了3条消息,这个地方就被遍历成1+2+3 = 6 ,在addReceiveMessageListener中进行了6次回调。这坑是故意留的吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
为什么这里要遍历?
因为这个遍历我发送一条消息,这里就被调用多次。
如:我发送了3条消息,这个地方就被遍历成1+2+3 = 6 ,在addReceiveMessageListener中进行了6次回调。这坑是故意留的吗?
The text was updated successfully, but these errors were encountered: