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
经排查在wiz_socket.c中第53行中有判断网线连接状态内容,在wiz_closesocket函数中调用了该宏定义(即代码的504行),若出现网络连接不稳、网线断连等问题,相关资源如何得到释放?查看早期驱动代码,发现WIZ_INIT_STATUS_CHECK没有网络连接状态判断,新版本驱动添加此内容是处于什么原因呢,目前我的解决方案是在wiz_closesocket函数中注释掉该宏定义,如果这样使用是否会出现什么不可预料的问题呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
经排查在wiz_socket.c中第53行中有判断网线连接状态内容,在wiz_closesocket函数中调用了该宏定义(即代码的504行),若出现网络连接不稳、网线断连等问题,相关资源如何得到释放?查看早期驱动代码,发现WIZ_INIT_STATUS_CHECK没有网络连接状态判断,新版本驱动添加此内容是处于什么原因呢,目前我的解决方案是在wiz_closesocket函数中注释掉该宏定义,如果这样使用是否会出现什么不可预料的问题呢?
The text was updated successfully, but these errors were encountered: