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

Fix issue with DI-based static async activities #172

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Jan 4, 2024

What was changed

There was an issue where we weren't properly unwrapping an async static result in the DI-based activity invoker because statics took a different code path. The consolidates the code paths to fix the issue.

cretz added 3 commits January 4, 2024 16:58
…ivity

# Conflicts:
#	src/Temporalio/Bridge/Scope.cs
#	src/Temporalio/Worker/WorkflowInstance.cs
#	tests/Temporalio.Tests/.editorconfig
@cretz cretz requested a review from a team January 4, 2024 23:05
@cretz cretz changed the title Fix issue with DI-based static activities Fix issue with DI-based static async activities Jan 4, 2024
Copy link
Member

@bergundy bergundy left a comment

Choose a reason for hiding this comment

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

Rubber stamping

@cretz cretz merged commit 0e592ee into temporalio:main Jan 5, 2024
7 checks passed
@cretz cretz deleted the static-di-activity branch January 5, 2024 17:49
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.

2 participants