FastDFSCore icon indicating copy to clipboard operation
FastDFSCore copied to clipboard

distributed file system fastdfs c# client

Results 3 FastDFSCore issues
Sort by recently updated
recently updated
newest added

1.GetFileInfo在文件已被删除的时候再调用 例如 var info = await client.GetFileInfo(storageNode, "M00/00/00/rBMAA2G1sFSAX5AUAAcRHSA5fjY114.PNG"); 在引用supersocket的情况下,会直接引起程序停止, 在引用dotnetty包的情况下回无限await卡住 2.RemoveFileAsync 需要提供一个传入storageNode的api 现在的api是ValueTask RemoveFileAsync(string groupName, string fileId, string clusterName = ""); 查看源码发现,会内部根据groupName去tracker获取storageNode,然后再调用delete操作 --然而,实际比如我用wsl2-docker集成fastdfs时,没有使用host模式,这就导致通过tracker获取的storageNode里面的ipaddress总是172.xx.xx.xx:23000 。 因此原始的api让我没有机会手动指定本地的storage:比如docker run -it xxx -p 23000:23000...

bug

你好: 你的项目非常棒,在使用过程中碰到一个问题: 当创建一个分片上传文件时候,使用 “AppendFileAsync” 函数增加分片文件, 报一个错误,麻烦帮忙看一下. ` FastDFSCore.Transport.BaseConnection[0] DotNetty connection caught exception,Specified argument was out of the range of valid values. System.ArgumentOutOfRangeException: Specified argument was out of the range of...

bug