You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior
When transmitting data as block-wise PUT (Coap Block1) from Leshan to a mbed device the token of the acknowledgement (Coap Continue) differs from token of the block-message. Leshan then thinks that the block transfer has failed and no further blocks are sent.
Expected behavior
Coap Continue uses the same token as the Block1 Message it acknowledges.
Suggested solution
Copy the token of the Block1 message into the acknowledgement (Coap Continue).