Skip to content

Conversation

@lfvg
Copy link

@lfvg lfvg commented Aug 21, 2025

[Description]
When uploading progress is not being displayed because ProgressLogger.send is never awaited.

[RCA]
The upload and the
_conclude_operation_while_logging(task, title) functions are not defined as async.

[Solution]
This patch defines the upload and
the_conclude_operation_while_logging(task, title) as async functions and enhance the progress status information while uploading a file.

[Description]
When uploading progress is not being displayed because
ProgressLogger.send is never awaited.

[RCA]
The upload and the
_conclude_operation_while_logging(task, title)  functions
are not defined as async.

[Solution]
This patch defines the upload and
the_conclude_operation_while_logging(task, title) as async
functions and enhance the progress status while uploading
a file.
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

Successfully merging this pull request may close these issues.

1 participant