fdfs-client
fdfs-client copied to clipboard
FastDFS Nodejs Client
Bumps [lodash](https://github.com/lodash/lodash) from 2.4.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...
用connect-busboy上传中间件上传文件并保存到fdfs文件系统中,busboy的file事件提供的 ReadableStream流用作fdfs的参数上传,,由于ReadStream和 WriteStream读写速度可能不一致,导致busboy的 finish 事件触发时,文件未成功上传到文件系统中,不知道这个是不是Bug,麻烦给个提示,本人新手,谢谢!!
下载BUG
fdfs.js 文件第189行判断流错误 出错后也无返回
由于我自己封装了一个logger(log4js),还有我使用npm安装is-type-of这个的时候提示不存在 所以我对你的fdfs客户端做了一些修改 1.替换logger为我的logger 2.使用isstream代替is-type-of 最近在上传大概180个的图片的时候,上传到一半数量的图片就会进程崩溃,每次必现 相关代码 catch (err) { callback(err) } callback定义 callback = function() { cleanup(); if (isFunction(callback)) { oriCallback.apply(null, arguments) } }; cleanup定义 function cleanup() { socket.removeListener('data', listener);...