Skip to content

Commit f244088

Browse files
Fix OperationLimits remarks
With the changes in OPCFoundation#3303 it seems that values are now always overwritten by values set in the server in FetchOperationLimitsAsync, rather than only in the case described in the remarks of OperationLimits.
1 parent 773af55 commit f244088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Stack/Opc.Ua.Core/Schema/ApplicationConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ public CertificateIdentifierCollection ApplicationCertificates
755755
}
756756

757757
// If both legacy (<ApplicationCertificate>) and modern (<ApplicationCertificates>) elements
758-
// are present during deserialization (as a consequence of previous serialization that included both unintentionally),
758+
// are present during deserialization (as a consequence of previous serialization that included both unintentionally),
759759
// prefer the modern representation and clear the
760760
// deprecated flag when we process the collection below.
761761

@@ -2039,7 +2039,7 @@ public EndpointDescriptionCollection DiscoveryServers
20392039
/// Gets or sets the default operation limits of the OPC UA client.
20402040
/// </summary>
20412041
/// <remarks>
2042-
/// Values not equal to zero are overwritten with smaller values set by the server.
2042+
/// Values are overwritten with values set by the server.
20432043
/// The values are used to limit client service calls.
20442044
/// </remarks>
20452045
[DataMember(IsRequired = false, Order = 6)]

0 commit comments

Comments
 (0)