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

Feature: VM cache did not support connecting through a Unix socket #35

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

odesenfans
Copy link
Contributor

Problem: the user can only specify the URL of the cache or a complete aiohttp client session object.

Solution: mirror what is done for the AlephClient class and allow a unix_socket parameter in the constructor of VmCache to build the client session correctly for the user.

Problem: the user can only specify the URL of the cache or a complete
aiohttp client session object.

Solution: mirror what is done for the `AlephClient` class and allow
a `unix_socket` parameter in the constructor of `VmCache` to build
the client session correctly for the user.
@odesenfans odesenfans requested a review from hoh July 6, 2023 14:41
@hoh hoh merged commit ab0f432 into main Jul 7, 2023
9 of 10 checks passed
@hoh hoh deleted the od-vm-cache-accept-unix-socket branch July 7, 2023 08:18
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