mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-01 21:47:31 +01:00
788eddc31e
currentDelay would stay 0 if error occurs in connect() method, resulting in busy-loop on network failures. Fix by always calling scheduleReconnect() which contains backoff logic.