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
It would appear that a smithy client which requests a large JSON array, is presented with this response.
PayloadError(.data, expected = list, message=Input list exceeded max arity of 1024)
According to a DM with @Baccata , the most likely reason, is that the parser is intentionally set, to limit the parsing of large arrays for security reasons.
Proposed Outcome: Offer a mechansim via which the client would attempt to parse this unreasonably large array. Perhaps by offering a "turn off the security" flag?
The text was updated successfully, but these errors were encountered:
@yisraelU Thanks for the mention - I'm confident... that this will indeed solve my problem...
Unfortunately it's going to be a while before I can really look... as I have to look after something else for the next 6 weeks or so and this would need a little more effort than I can put in right now to migrate to 0.17... but I'm super excited about this - unblocks some really cool stuff for me. Thankyou again...
It would appear that a smithy client which requests a large JSON array, is presented with this response.
According to a DM with @Baccata , the most likely reason, is that the parser is intentionally set, to limit the parsing of large arrays for security reasons.
Proposed Outcome: Offer a mechansim via which the client would attempt to parse this unreasonably large array. Perhaps by offering a "turn off the security" flag?
The text was updated successfully, but these errors were encountered: