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:
请问这个callback是加载 server 对 client的socket 执行Close()之后么 , client是否还需要添加对close()之后的callBack?
Sorry, something went wrong.
这是一个十分好的建议
对,server执行conn.close时,可以在ICONECTION里提供给业务层一个STOP方法来执行所有callback和conn的close。业务层不要直接操作 conn的close。
No branches or pull requests
方便于关闭连接时做一些业务层后处理
The text was updated successfully, but these errors were encountered: