DataServer
Bugfix in DataSeries
This commit is contained in:
@@ -371,10 +371,7 @@ begin
|
||||
begin
|
||||
FSubscribers.Notify(function(Subscriber: TSignal.ISubscriber): Boolean begin Result := Subscriber.Notify; end);
|
||||
end;
|
||||
// The return value of this Notify (as an TSignal.ISubscriber) indicates if this
|
||||
// TMycFlag instance itself would want more notifications if it were subscribed to something.
|
||||
// Here, it reflects whether a state change to dirty occurred due to this call.
|
||||
Result := wasPreviouslyClean;
|
||||
Result := true;
|
||||
finally
|
||||
FSubscribers.Release;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user