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(socket) Support named pipes on Windows using forward slashes #15112

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

cirospaciari
Copy link
Member

What does this PR do?

Fix: #14329

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Test

@cirospaciari cirospaciari requested review from a team and paperdave and removed request for a team November 12, 2024 20:38
Copy link
Member

@paperdave paperdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is \/.\pipe/ supposed to work (mixing slashes in the string)

@cirospaciari cirospaciari force-pushed the ciro/fix-pipe-name0check branch from 4e8b170 to 4e59fd0 Compare November 12, 2024 22:40
Copy link
Member

@paperdave paperdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn the nesting on isValidPipeName

@Jarred-Sumner Jarred-Sumner merged commit 873b0a7 into main Nov 13, 2024
22 of 25 checks passed
@Jarred-Sumner Jarred-Sumner deleted the ciro/fix-pipe-name0check branch November 13, 2024 00:09
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 named pipes on Windows using forward slashes
4 participants