fix: Send empty forward msg

This commit is contained in:
linyuchen
2024-04-16 12:50:14 +08:00
parent 0299ff41ad
commit 851673be1b
7 changed files with 42 additions and 19 deletions

View File

@@ -79,6 +79,7 @@ export class ReverseWebsocket {
private connect() {
const { token, heartInterval } = ob11Config;
this.websocket = new WebSocketClass(this.url, {
maxPayload: 1024 * 1024 * 1024,
handshakeTimeout: 2000,
perMessageDeflate: false,
headers: {