This commit is contained in:
lollipopkit
2023-08-11 23:48:35 +08:00
3 changed files with 5 additions and 3 deletions

View File

@@ -288,6 +288,8 @@ class ServerProvider extends ChangeNotifier {
if (s.state != ServerState.finished) {
_setServerState(s, ServerState.finished);
} else {
notifyListeners();
}
// reset try times only after prepared successfully
_limiter.reset(sid);

View File

@@ -4,6 +4,6 @@ class BuildData {
static const String name = "ServerBox";
static const int build = 461;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-10 22:30:05.237065";
static const int modifications = 7;
static const String buildAt = "2023-08-11 11:41:48.137847";
static const int modifications = 6;
}

View File

@@ -39,4 +39,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
COCOAPODS: 1.12.1
COCOAPODS: 1.11.1