mirror of https://gitlab.com/basile.b/dexed.git
dcd, let the server some time when launched from CE
This commit is contained in:
parent
2f83e4fe66
commit
b8e7c106ae
|
@ -111,7 +111,10 @@ begin
|
||||||
fImportCache := TStringList.Create;
|
fImportCache := TStringList.Create;
|
||||||
|
|
||||||
if fServer.isNotNil then
|
if fServer.isNotNil then
|
||||||
|
begin
|
||||||
fServer.Execute;
|
fServer.Execute;
|
||||||
|
sleep(20);
|
||||||
|
end;
|
||||||
updateServerlistening;
|
updateServerlistening;
|
||||||
//
|
//
|
||||||
EntitiesConnector.addObserver(self);
|
EntitiesConnector.addObserver(self);
|
||||||
|
|
Loading…
Reference in New Issue