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

Add IAsyncResourceResolver support to SnapshotSource #2635

Merged

Conversation

ewoutkramer
Copy link
Member

Internally, SnapshotSource was already using an async resolver, but the constructor still demanded a non-async resolver. This needed to be solved to have the SnapshotSource working in concert with the validator and terminology service.

Fixes #1698.

@marcovisserFurore marcovisserFurore merged commit b707cdf into develop Dec 6, 2023
15 checks passed
@marcovisserFurore marcovisserFurore deleted the feature/1698-snapshotsource-asyncresolver branch December 6, 2023 16:29
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.

Make SnapshotResolver accept an IAsyncResourceResolver in the constructor
2 participants