Skip to content

Fix workflow gRPC streaming is blocked#1671

Merged
WhitWaldo merged 3 commits intodapr:masterfrom
zglp:fix-wf-grpc
Dec 29, 2025
Merged

Fix workflow gRPC streaming is blocked#1671
WhitWaldo merged 3 commits intodapr:masterfrom
zglp:fix-wf-grpc

Conversation

@zglp
Copy link
Copy Markdown
Contributor

@zglp zglp commented Dec 29, 2025

Description

use Task.Run execute ProcessWorkflowAsync and ProcessActivityAsync

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1670

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

zglp added 2 commits December 29, 2025 22:20
Signed-off-by: zglp <zglp1024@outlook.com>
Signed-off-by: zglp <zglp1024@outlook.com>
@zglp zglp requested review from a team as code owners December 29, 2025 14:32
Signed-off-by: zglp <zglp1024@outlook.com>
Copy link
Copy Markdown
Contributor

@WhitWaldo WhitWaldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great - thank you for contributing this!

@WhitWaldo WhitWaldo merged commit 289373e into dapr:master Dec 29, 2025
47 checks passed
@WhitWaldo WhitWaldo added this to the v1.17 milestone Dec 29, 2025
@zglp zglp deleted the fix-wf-grpc branch January 26, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When Thread.Sleep is executed in Activity, the workflow gRPC streaming is blocked.

2 participants