fix: 前端修复拨码开关第一个无法开关的问题;后端修复进度条停止在3%的问题
This commit is contained in:
@@ -677,7 +677,7 @@ public sealed class UDPClientPool
|
||||
if (!udpWriteAck.Value.IsSuccessful)
|
||||
return false;
|
||||
|
||||
_progressTracker.AdvanceProgress(progressId, 10);
|
||||
_progressTracker.AdvanceProgress(progressId, 5);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user