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
I ran into this issue when testing the RPC interface, by taking a BlobTicket, deconstructing it, constructing a BlobDownloadRequest and calling BlobsClient::download. It's trivial to work around, simply call BlobsClient::read or BlobsClient::read_to_bytes first and use that result if you don't get an error. Perhaps this behaviour is intended, but it's a little unintuitive.
The text was updated successfully, but these errors were encountered:
I ran into this issue when testing the RPC interface, by taking a
BlobTicket
, deconstructing it, constructing aBlobDownloadRequest
and callingBlobsClient::download
. It's trivial to work around, simply callBlobsClient::read
orBlobsClient::read_to_bytes
first and use that result if you don't get an error. Perhaps this behaviour is intended, but it's a little unintuitive.The text was updated successfully, but these errors were encountered: