zendesk / zendesk_api_client_rb

Official Ruby Zendesk API Client
http://developer.zendesk.com/
Apache License 2.0
388 stars 183 forks source link

WIP: Fix issue #513 #515

Closed ecoologic closed 1 year ago

ecoologic commented 1 year ago

See #513.

It appears that we can't handle big return payloads. I am still trying to reproduce this error.

This solution should not be armful per se, but needs more testing.

ecoologic commented 1 year ago

@scottwillson - do you have an example that I can run to re-create this issue locally in the repl (not just tests). Thank you.

ecoologic commented 1 year ago

Finally we reproduced the issue and found a different solution