промежуточный. кусок рефакторинга на тему борьбы с зависаниями. пока не внедрен
This commit is contained in:
@@ -11,6 +11,6 @@ public class DownloadComponent extends ComponentsRepositoryPass<Component> {
|
||||
target = Global.components.getUI().getCurrent();
|
||||
String packed = target.getComponentType() + "\n" + target.getFileName();
|
||||
Command(new ServerExchangeUnit_2021(ServerCode.ReceiveComponent, packed));
|
||||
Utils_.bytesToFile((byte[]) response.object, target.getNewFile());
|
||||
Utils_.bytesToFile((byte[]) server_response.object, target.getNewFile());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user