You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR 32, the limit for ParameterSets was set to 5. As has been shown, this limit is somewhat too low in practice. As long as the loop implementation for large arrays is missing, i recommend to increase this value.
To Reproduce
Encode/Decode ServiceDetailRes with 6 or more ParameterSets
Anything else?
Why is there even this limit for more than 25 occurs? Everything seems to work for me if i remove that limit
The text was updated successfully, but these errors were encountered:
A size of five proved impractical for real-world use cases. Increase to eight.
ParameterSet is reduced from five to four.
Fixes#72.
Signed-off-by: Moritz Barsnick <moritz.barsnick@chargebyte.com>
A size of five proved impractical for real-world use cases. Increase to eight.
ParameterSet is reduced from five to four.
Fixes#72.
Signed-off-by: Moritz Barsnick <moritz.barsnick@chargebyte.com>
Describe the bug
Hi,
In PR 32, the limit for ParameterSets was set to 5. As has been shown, this limit is somewhat too low in practice. As long as the loop implementation for large arrays is missing, i recommend to increase this value.
To Reproduce
Encode/Decode ServiceDetailRes with 6 or more ParameterSets
Anything else?
Why is there even this limit for more than 25 occurs? Everything seems to work for me if i remove that limit
The text was updated successfully, but these errors were encountered: