Commit 951cc5a0 by 罗志长

fix: rtm退出

parent 161d8467
...@@ -87,6 +87,7 @@ public class RtmInstance { ...@@ -87,6 +87,7 @@ public class RtmInstance {
@Override @Override
public void onFailure(ErrorInfo errorInfo) { public void onFailure(ErrorInfo errorInfo) {
log.info("send message to peer failed, error info = {}", errorInfo); log.info("send message to peer failed, error info = {}", errorInfo);
logout();
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment