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
The text was updated successfully, but these errors were encountered:
Fix #2060, make http request/respose reference counter thread-safe
b5bbed6
d88f16d
377f340
Successfully merging a pull request may close this issue.
Steps to Reproduce:
1,setDispatchOnWorkThread设置true
2,开启计时器每帧发送http请求
3,response->release();报EXC_BAD_ACCESS
猜测是release没有线程安全,当启用_dispatchOnWorkThread时,release不支持多线程释放
The text was updated successfully, but these errors were encountered: