|
|
@@ -56,7 +56,6 @@ public class WebSocket { |
|
|
|
|
|
|
|
|
// 推送日志数据给客户端 |
|
|
// 推送日志数据给客户端 |
|
|
try { |
|
|
try { |
|
|
K8sClientUtil.watchPodLog("workflow-controller-7c6f89997b-9lr8z", "argo"); |
|
|
|
|
|
session.getBasicRemote().sendText("nihao"); |
|
|
session.getBasicRemote().sendText("nihao"); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
log.error("【WebSocket 消息】推送日志数据失败:" + e.getMessage()); |
|
|
log.error("【WebSocket 消息】推送日志数据失败:" + e.getMessage()); |
|
|
|