ws连接服务端代码初步打通

This commit is contained in:
bob
2024-09-12 21:36:36 +08:00
parent 0a0ebc38b2
commit 7958b7e4d6

View File

@@ -18,8 +18,7 @@ class WsConnect {
buffer
constructor() {
const aar = [14, 10, 12, 8, 139, 150, 196, 240, 8, 16, 0, 24, 0]
this.buffer = new Uint8Array(aar)
this.buffer = new Uint8Array()
}
/**