DaybreakY
DaybreakY
// validate the data in header file to avoid the errors when network issue occurs if ( (int)($partialResource->chunkIndex) !== (int)$chunkIndex - 1 ) { return Responser::returnResult($result); } 就关于源码里面这段代码的情况,没太能理解这个判断的意思。所以就是实例化类中partialResource里面的chunkIndex和前端接受的index不一致的时候,是不需要报错的吗?
因为试了下上传1-2g的文件,上传速度倒是很快。但是每次等hash计算的时间确实出奇的长~(不过这是没开秒传,秒传还没试过
### Describe you feature request The laravel docs say "when using Laravel's scheduler, we only need to add a single cron configuration entry to our server that runs the schedule:run...