This commit is contained in:
CyberRex
2026-07-31 16:13:09 +09:00
parent f4c2369057
commit 32f3c0a278
2 changed files with 78 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ class State extends EventEmitter<StateEventTypes> {
private _initRPC() {
const rpc = this._rpc = new RPCClient(`${location.protocol === "https:" ? "wss:" : "ws:"}//${location.host}/rpc`, {
protocols: null,
protocols: [],
bufferSendingMessages: false
});