Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message cache conflict on block wise transfers with many chunks #572

Open
palsivertsen opened this issue Aug 6, 2024 · 0 comments
Open
Assignees

Comments

@palsivertsen
Copy link

I get the following error message from the UDP client(?) when making a GET request with a large number of block wise chunks:

udp: handleReceivedMessage(Code: Code(136), Token: 8a0aa320cceb6969, Type: Confirmable, MessageID: 50032): cannot add message (Code: Content, Token: 8a0aa320cceb6969, ContentFormat: text/plain; charset=utf-8) to sending message cache: message(Code: Content, Token: 8a0aa320cceb6969, ContentFormat: text/plain; charset=utf-8) with token(8a0aa320cceb6969) already exist

I did a packet capture and it seems the client issues a 4.08 Request Entity Incomplete (136) response (instead of the next block request) when this error happens:
image

Commit 9fd9042 adds a test highlighting this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants