DataServer

Bugfix in DataSeries
This commit is contained in:
Michael Schimmel
2025-06-06 23:24:08 +02:00
parent a6c0c3d6b3
commit 031b99acc8
11 changed files with 369 additions and 86 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ end;
destructor TMycGateFuncFuture<T>.Destroy;
begin
Assert(FDone.State.IsSet);
Assert(FDone.State.IsSet, 'Future not done');
FInit.Unsubscribe;
inherited Destroy;