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 incorrect uses of the resolved connection string #77

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

sebastianburckhardt
Copy link
Member

As discovered in #75, the provider uses the ResolvedConnectionString in several places where the ConnectionName should be used.

This PR fixes this by

  • using StorageConnectionName when calling the baseclass constructor for DurabilityProvider
  • using StorageConnectionName when constructing a DurableClientAttribute

I also fixed another case where the ResolvedConnectionString was incorrectly used as the account name, now using "Memory" instead.

@sebastianburckhardt sebastianburckhardt merged commit 4ae87f2 into dev Oct 11, 2021
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