fix: 解决容器终端连接失败的问题

This commit is contained in:
ssongliu
2023-02-24 18:49:34 +08:00
committed by ssongliu
parent 95a5db141f
commit b7324d14dc
12 changed files with 69 additions and 255 deletions

View File

@@ -37,7 +37,6 @@ func (w *safeBuffer) Reset() {
const (
wsMsgCmd = "cmd"
wsMsgResize = "resize"
wsMsgClose = "close"
)
type wsMsg struct {