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
What is the feature you want to add? 客户端心跳上报是否能支持长连接(连接探活)机制,取代当前每次请求前建连请求完毕关闭请求逻辑
Why do you want to add this feature? 规避频繁的建连开销
How to implement this feature? 创建连接池,连接异步探活,若连接异常则重新初始化
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the feature you want to add?
客户端心跳上报是否能支持长连接(连接探活)机制,取代当前每次请求前建连请求完毕关闭请求逻辑
Why do you want to add this feature?
规避频繁的建连开销
How to implement this feature?
创建连接池,连接异步探活,若连接异常则重新初始化
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: