Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Retrying streamed data transmission #3

Description

@csterling

The client automatically handles refreshing and retrying requests which fail due to expired JWT tokens. This is achieved by attaching the same object to the retry request as was attached to the original (usually a JSON object, which is fine). However for file uploads the attached data may be a stream of bytes, which may be partly consumed by the original request.

Handle this case, possibly by buffering the part of the stream that is already consumed during the first transmission so it can be retransmitted on failure.

Metadata

Metadata

Assignees

Labels

back-burnerNot a priority right nowbugSomething isn't working

Type

No type

Fields

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