mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
ws连接服务端代码初步打通
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user