Skip to content

ProcessMissedChunks() does not process chunck with IMAGE_UPLOAD_CHUNK_MISSED_WM status #186

@ubicore

Description

@ubicore

If c is == to IMAGE_UPLOAD_CHUNK_MISSED_WM, chunck is never retransmitted ?
https://github.com/apache/mynewt-newtmgr/blob/master/nmxact/xact/image.go#L249
Maybe the test :
if c < IMAGE_UPLOAD_CHUNK_MISSED_WM {
should be :
if c <= IMAGE_UPLOAD_CHUNK_MISSED_WM {
or
if c < 0 {

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions