-
Notifications
You must be signed in to change notification settings - Fork 562
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
消息发送问题 #5
Comments
其实我的意思是 如果多线程消息返回顺序错误 会导致相应的线程回调出问题 例如一个回调期待的是PersonEntity 但是由于错乱 返回了PersonAEntity 这样会出现问题 之前我也没好的办法解决 就使用串行来解决 跟你说的消息队列是同一种方案 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.发送失败是否也需要返回给应用层
2.如果发送的时候发现连接失败 也就是心跳机制一直再重连 但是就是发送一瞬间连接断掉 这个时候直接暴力返回是否不好?是否再发送的时候判断连接是否挂掉 然后做重连操作?
The text was updated successfully, but these errors were encountered: