We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When unpublishing multiple resources from cloud the 256 character static buffer uri_query buffer used by rd_delete_with_device_id can be too small.
uri_query
rd_delete_with_device_id
Update to use dynamic buffer:
?di=${36 character UUID}
The text was updated successfully, but these errors were encountered:
Danielius1922
Successfully merging a pull request may close this issue.
When unpublishing multiple resources from cloud the 256 character static buffer
uri_query
buffer used byrd_delete_with_device_id
can be too small.Update to use dynamic buffer:
?di=${36 character UUID}
+ n times "&ins=${64bit integer as string}" + terminatorThe text was updated successfully, but these errors were encountered: