mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
fix bug: sender endlessly sends empty data
This commit is contained in:
@@ -465,7 +465,7 @@ class FileChunker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isFileEnd() {
|
isFileEnd() {
|
||||||
return this._offset > this._file.size;
|
return this._offset >= this._file.size;
|
||||||
}
|
}
|
||||||
|
|
||||||
get progress() {
|
get progress() {
|
||||||
|
|||||||
Reference in New Issue
Block a user