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 deserialization for isolated entities #2686

Merged

Conversation

sebastianburckhardt
Copy link
Collaborator

Issue describing the changes in this PR

As reported and diagnosed in #2679, custom serialization for isolated entities is not working properly because the settings in IServices are not passed as an argument when calling LoadAndRunAsync on the GrpcRunner.

This PR fixes this problem by passing the argument.

resolves #2679

Pull request checklist

  • My changes do not require documentation changes
  • I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
  • My changes do not require any extra work to be leveraged by OutOfProc SDKs
  • My changes do not change the version of the WebJobs.Extensions.DurableTask package
  • My changes do not add EventIds to our EventSource logs
  • My changes should be added to v3.x branch.

@sebastianburckhardt sebastianburckhardt merged commit 5453308 into dev Nov 28, 2023
19 checks passed
@kweebtronic
Copy link

Will this fix be released anytime soon?
Essential to a functional GA implementation of Durable Entities in isolated.... promised at Build in early Nov 2023

@davidmrdavid
Copy link
Contributor

@kweebtronic: There's a release planned sometime in the next 2 weeks approximately, so this payload come out it with it.

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.

Isolated durable entities: SignalEntityAsync payload is not unserialized using the provided custom serializer
4 participants