1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-02-04 07:53:11 +00:00

Merge pull request #37 from ZeroCatDev/copilot/fix-get-effective-server-url

Fix server rotation resource waste with unified sequential retry logic
This commit is contained in:
Sunwuyuan 2026-01-19 21:46:37 +08:00 committed by GitHub
commit f0a82312c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
import {io} from 'socket.io-client';
import {getSetting} from '@/utils/settings';
import {getEffectiveServerUrl, isRotationEnabled, tryWithRotation} from '@/utils/serverRotation';
import {getEffectiveServerUrl, isRotationEnabled} from '@/utils/serverRotation';
let socket = null;
let connectedDomain = null;