bee icon indicating copy to clipboard operation
bee copied to clipboard

Chunks uploaded with websocket are not counted into tag stats

Open tmm360 opened this issue 1 year ago • 0 comments

Context

Bee 2.2.0

Summary

Uploading chunks with http requests increments the tag split value, as it is also incremented uploading with bzz protocol. Instead uploading using websocket doesn't update it. Because of this, I suspect that upload with websocket doesn't actual use the tag at all.

Expected behavior

I should have the same behavior on tag, session and storage uploading with http or uploading with websocket.

Actual behavior

It seams that uploading with websocket doesn't use tag's session.

Steps to reproduce

Create a tag, and use it to upload with websocket. After the upload, try to look at tag status. It has all values to 0, even if chunks have been uploaded.

Possible solution

tmm360 avatar Oct 10 '24 21:10 tmm360