1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-06-13 10:35:07 +00:00

Compare commits

..

No commits in common. "f0a82312c5f1334e2f72bdf68679a913697668a1" and "7ce2deb61cd29a8463caa18a59f9247e5bcf6311" have entirely different histories.

View File

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