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
Describe the solution you'd like
I would like to know what is the max size that can be handled in a single bulk_transfer(). Then I can cut the data and call the bulk_transfer multiple times.
Describe alternatives you've considered
Or maybe Mercury can handle this internally?
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I got a
HG_PROTOCOL_ERROR
when the data chunk is not small enough.Describe the solution you'd like
I would like to know what is the max size that can be handled in a single bulk_transfer(). Then I can cut the data and call the bulk_transfer multiple times.
Describe alternatives you've considered
Or maybe Mercury can handle this internally?
Additional context
The text was updated successfully, but these errors were encountered: