ws
This commit is contained in:
@@ -204,11 +204,7 @@ public class MessageCenterServiceImpl extends ServiceImpl<NotificationMapper, No
|
||||
String jsonString = JSON.toJSONString(resp);
|
||||
// log.info("消息推送 : {}", jsonString);
|
||||
|
||||
try {
|
||||
notificationConnection.sendMsg(jsonString, receiverId);
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
notificationConnection.sendMsg(jsonString, receiverId);
|
||||
}
|
||||
|
||||
// 取消点赞、删除评论、取消关注
|
||||
|
||||
Reference in New Issue
Block a user