在 Node.js 18 中 formUploader.put 并发上传导致的内存泄露警告?
使用formUploader.put 方法并发上传多个文件,会提示内存可能泄露,监听器过多,超过11个默认值。MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
508 阅读
支持3.X版本,下载地址: https://github.com/qiniu/objc-sdk/tree/AFNetworking-3.x
cocoapods导入:pod "Qiniu", :git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'