Fix OperationLimits remarks#3476
Fix OperationLimits remarks#3476Daniel-Alblas-VFI wants to merge 1 commit intoOPCFoundation:masterfrom
Conversation
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.
|
|
|
I wonder if the original documentation should not be the actual behavior. It think it never was, but it would be great to limit operation limits below what the server returns, e.g. set 3, server responds with 4, leave at 3. I know we always fill in what the server returns, but that feels incorrect. Maybe open a bug? |
@Daniel-Alblas-VFI what do you think? |
Seems reasonable to me! #3501 |
With the changes in #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.
Proposed changes
Modify the Remarks of OperationLimits to be aligned with current functionality
Related Issues
Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that apply. You can also fill these out after creating the PR.Checklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
N/A