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

Allow Unix socket transport on Windows platform #117

Closed
wants to merge 1 commit into from

Conversation

arixmkii
Copy link

@arixmkii arixmkii commented Aug 31, 2024

Fixes #116

Implementation is the same as for Unix like systems, but is using MAX_PATH value of Windows platform for sanity check.

- What I did

Copied implementation from _unix version and adapted to use Windows specific constants for sanity checks

- How I did it

MAX_PATH value was taken from https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

- How to verify it

- Description for the changelog

Allow Unix socket transport on Windows platform

- A picture of a cute animal (not mandatory but encouraged)

Implementation is the same as for Unix like systems, but is using
MAX_PATH value of Windows platform for sanity check.

Signed-off-by: Arthur Sengileyev <[email protected]>
@arixmkii
Copy link
Author

Duplicate of #115

@arixmkii arixmkii closed this Aug 31, 2024
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.

Support Unix socket transport on Windows platform
1 participant