refactor: Use remote rkey

This commit is contained in:
linyuchen
2024-05-11 13:41:09 +08:00
parent 698649f981
commit f9aa2d3bce
11 changed files with 23 additions and 86 deletions

View File

@@ -57,7 +57,7 @@ export class ReverseWebsocket {
}
public onclose = () => {
logDebug('反向ws断开', this.url);
logError('反向ws断开', this.url);
unregisterWsEventSender(this.websocket!);
if (this.running) {
this.reconnect();