We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat多个内容包中文文件时报 Invalid UTF-8 in text frame 错
_, wsData, err := wsConn.ReadMessage() // log.Println(wsData) // log.Println(string(wsData)) if err != nil { log.Println("reading webSocket message failed!:") log.Println(err.Error()) // logrus.WithError(err).Error("reading webSocket message failed") // time.Sleep(time.Second * 10) return }
websocket: close 1002 (protocol error): Invalid UTF-8 in text frame
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cat多个内容包中文文件时报 Invalid UTF-8 in text frame 错
websocket: close 1002 (protocol error): Invalid UTF-8 in text frame
The text was updated successfully, but these errors were encountered: