-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
为什么发送消息走http #97
Comments
是的,最佳实践不应该这样。 |
应该把转发消息的功能从路由服务器上剥离开来,让路由服务作为用于鉴权和负载均衡的网关,而推送服务器承担起消息转发的功能 |
就是这个发送消息走 http, 非常的奇怪啊 |
Repository owner
deleted a comment from
skiffer-git
Jul 27, 2021
有什么奇怪的,http考虑的是通用性 |
用http还谈什么即时通讯......速度慢了几个量级 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在想除了登录注册获取服务器,发送消息为什么不直接都走netty 的tcp反而client发送消息的时候走http?短连接感觉量大了性能会降低很多呀
The text was updated successfully, but these errors were encountered: