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

2021.3: Correct the behavior of named pipes on Windows platforms. #1621

Conversation

achavakula-rythmos
Copy link

@achavakula-rythmos achavakula-rythmos commented May 11, 2022

In #1192 we added support
for named pipes on Windows previously. This support failed to work with
the unityaot-win32 profile after the most recent Mono upgrade.

With this change, we will also add tests to IL2CPP to ensure that this
does not break again.

  • Should this pull request have release notes?
    • Yes
    • No
  • Do these changes need to be back ported?
    • Yes
    • No
  • Do these changes need to be upstreamed to mono/mono or dotnet/runtime repositories?
    • Yes
    • No

Reviewers: please consider these questions as well! ❤️

Fixed case 1420995 @achavakula-rythmos :
IL2CPP: Correct the behavior of named pipes on Windows platforms.

Comments to reviewers:

Cherry picked changes from the Trunk PR : #1615
Cherry pick is [CleanGraft]

In #1192 we added support
for named pipes on Windows previously. This support failed to work with
the unityaot-win32 profile after the most recent Mono upgrade.

With this change, we will also add tests to IL2CPP to ensure that this
does not break again.
@achavakula-rythmos achavakula-rythmos merged commit a40a0a5 into unity-2021.3-mbe May 12, 2022
@achavakula-rythmos achavakula-rythmos deleted the unity-2021.3-mbe-named-pipes-unityaot-windows branch May 12, 2022 04:31
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.

3 participants