fix(core): fix ios blob upload (#10263)

This commit is contained in:
EYHN
2025-02-19 10:07:46 +08:00
committed by GitHub
parent b20d316d60
commit 5a7ab880c1
21 changed files with 481 additions and 226 deletions
@@ -22,7 +22,7 @@ export class CloudAwarenessStorage extends AwarenessStorageBase {
super();
}
connection = new SocketConnection(`${this.options.serverBaseUrl}/`);
connection = new SocketConnection(this.options.serverBaseUrl);
private get socket() {
return this.connection.inner.socket;