ipfs-shipyard / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
38 stars 16 forks source link

ReadFileAsync: Only int lengths/offsets are currently supported #15

Open Derrick- opened 1 year ago

Derrick- commented 1 year ago

FileSystemApi.ReadFileAsync does not allow Int64 for offset and length.

This limitation can be removed, Kubo /cat now supports [int64] in these fields.