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

Ensure no DurableOrchestrationClient methods fail to decode mesages #191

Open
davidmrdavid opened this issue Sep 9, 2020 · 0 comments
Open
Labels
engineering To improve the SDK development experience P2 Priority 2

Comments

@davidmrdavid
Copy link
Collaborator

When using aiohttp, the library will, by default, validate that the encoding of a server message matches its format but, with Azure Functions and many other services, the message encoding metadata is often not up to data. This mismatch yields a mimetype encoding runtime exception that we've already had to fix in multiple places.

We should create a robust tester to ensure these kinds of error no longer take place in our codebase.

@davidmrdavid davidmrdavid self-assigned this Sep 9, 2020
@davidmrdavid davidmrdavid added engineering To improve the SDK development experience P2 Priority 2 labels Sep 9, 2020
@davidmrdavid davidmrdavid removed their assignment Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering To improve the SDK development experience P2 Priority 2
Projects
None yet
Development

No branches or pull requests

1 participant