This commit is contained in:
苏尹岚
2020-12-31 09:51:54 +08:00
parent 01797b9932
commit 37cf01e182
2 changed files with 2 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ func ImMessage(userID string, ws *websocket.Conn) (err error) {
})
}
}
ws.Close()
return err
}