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
操作系统环境:MAC OSX 10.9.2 PHP版本:5.4.14 查看源代码:swoole_client.c 833行,if (cli->connected != 1) 再到swoole_client_create_socket函数的调用,没有找到设置成员变量connected=1. 我注释掉if (cli->connected != 1)可以正常连接swoole server.
The text was updated successfully, but these errors were encountered:
9fcc4d6
No branches or pull requests
操作系统环境:MAC OSX 10.9.2
PHP版本:5.4.14
查看源代码:swoole_client.c 833行,if (cli->connected != 1)
再到swoole_client_create_socket函数的调用,没有找到设置成员变量connected=1.
我注释掉if (cli->connected != 1)可以正常连接swoole server.
The text was updated successfully, but these errors were encountered: